mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
tor-coccinelle.h: handle NS and NS_DECL.
This commit is contained in:
parent
017c62000c
commit
ea47e53252
@ -44,3 +44,6 @@
|
|||||||
#define TOR_TAILQ_ENTRY(a) struct tailq_entry
|
#define TOR_TAILQ_ENTRY(a) struct tailq_entry
|
||||||
#define TOR_SIMPLEQ_HEAD(a,b) struct simpleq_entry
|
#define TOR_SIMPLEQ_HEAD(a,b) struct simpleq_entry
|
||||||
#define TOR_SIMPLEQ_ENTRY(a) struct simpleq_entry
|
#define TOR_SIMPLEQ_ENTRY(a) struct simpleq_entry
|
||||||
|
|
||||||
|
#define NS_DECL(a, b, c) a b c
|
||||||
|
#define NS(a) a
|
||||||
|
Loading…
Reference in New Issue
Block a user