]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
tor-coccinelle.h: add HANDLE_{DECL,IMPL}
authorNick Mathewson <nickm@torproject.org>
Wed, 9 Oct 2019 14:54:11 +0000 (10:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Oct 2019 13:32:13 +0000 (09:32 -0400)
scripts/coccinelle/tor-coccinelle.h

index a064c7980913d7bff1e1b643fc4fdfab158701d7..0727caa4dcd9b3594cacaa880bec1993fe1a1835 100644 (file)
@@ -37,6 +37,8 @@
 #define DISABLE_GCC_WARNING(x)
 #define ENABLE_GCC_WARNING(x)
 
+#define HANDLE_DECL(a,b,c)
+#define HANDLE_IMPL(a,b,c)
 #define HT_ENTRY(x) void *
 #define HT_HEAD(a,b) struct ht_head
 #define HT_INITIALIZER() { }