mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
tor-coccinelle.h: add HANDLE_{DECL,IMPL}
This commit is contained in:
parent
d129b503c0
commit
6696a5bbae
1 changed files with 2 additions and 0 deletions
|
@ -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() { }
|
||||
|
|
Loading…
Add table
Reference in a new issue