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

tor-coccinelle: handle SIMPLEQ and TAILQ better.

parent c13c0c89
No related branches found
No related tags found
No related merge requests found
......@@ -40,3 +40,7 @@
#define HT_INITIALIZER() { }
#define X509 struct x509_st
#define STACK_OF(x) struct foo_stack_t
#define TOR_TAILQ_HEAD(a,b) struct tailq_head
#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
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