aboutsummaryrefslogtreecommitdiff
path: root/scripts/coccinelle/tor-coccinelle.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/coccinelle/tor-coccinelle.h')
-rw-r--r--scripts/coccinelle/tor-coccinelle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h
index 0727caa4dc..c83dce3c5c 100644
--- 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)