From: Nick Mathewson Date: Wed, 9 Oct 2019 14:54:11 +0000 (-0400) Subject: tor-coccinelle.h: add HANDLE_{DECL,IMPL} X-Git-Tag: tor-0.4.3.1-alpha~262^2~1^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6696a5bbae4bd21f84a5b0730273fd847b8f0e45;p=thirdparty%2Ftor.git tor-coccinelle.h: add HANDLE_{DECL,IMPL} --- diff --git a/scripts/coccinelle/tor-coccinelle.h b/scripts/coccinelle/tor-coccinelle.h index a064c79809..0727caa4dc 100644 --- a/scripts/coccinelle/tor-coccinelle.h +++ b/scripts/coccinelle/tor-coccinelle.h @@ -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() { }