Skip to content
Snippets Groups Projects
Commit 18f1624b authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

tor-coccinelle.h: handle SLIST and LIST.

parent 630d8c7a
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,10 @@
#define TOR_TAILQ_ENTRY(a) struct tailq_entry
#define TOR_SIMPLEQ_HEAD(a,b) struct simpleq_entry
#define TOR_SIMPLEQ_ENTRY(a) struct simpleq_entry
#define TOR_LIST_HEAD(a,b) struct list_head
#define TOR_LIST_ENTRY(a) struct list_entry
#define TOR_SLIST_HEAD(a,b) struct slist_head
#define TOR_SLIST_ENTRY(a) struct slist_entry
#define NS_DECL(a, b, c) a b c
#define NS(a) a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment