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

namemap_st.h: Use COCCI to hide an initializer.

parent 2695f7e6
Branches
Tags
No related merge requests found
......@@ -28,7 +28,9 @@ struct namemap_t {
struct smartlist_t *names;
};
#ifndef COCCI
/** Macro to initialize a namemap. */
#define NAMEMAP_INIT() { HT_INITIALIZER(), NULL }
#endif
#endif /* !defined(NAMEMAP_ST_H) */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment