tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d6ce8527f8795c3385320baa17e080bde999e29a
parent ef5d1e6b656e752c79bb5df26f64aef51550594f
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  9 Oct 2019 11:14:28 -0400

tor-coccinelle.h: add a definition for EXTERN

Diffstat:
Mscripts/coccinelle/tor-coccinelle.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h @@ -22,6 +22,7 @@ #define CHECK_PRINTF(a, b) #define CHECK_SCANF(a, b) #define STATIC static +#define EXTERN(a,b) extern a b; #define STMT_BEGIN do { #define STMT_END } while (0)