tor-coccinelle.h: add HANDLE_{DECL,IMPL}

This commit is contained in:
Nick Mathewson 2019-10-09 10:54:11 -04:00
parent d129b503c0
commit 6696a5bbae

View 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() { }