Finish implementing new convention that whenever an optional function is declared, a corresponding macro is defined.

svn:r1361
This commit is contained in:
Nick Mathewson 2009-07-17 20:32:25 +00:00
parent a386fde321
commit d3bef1a1e3

View File

@ -591,6 +591,7 @@ int event_priority_set(struct event *, int);
void event_set_mem_functions(void *(*malloc_fn)(size_t sz),
void *(*realloc_fn)(void *ptr, size_t sz),
void (*free_fn)(void *ptr));
#define EVENT_SET_MEM_FUNCTIONS_IMPLEMENTED
#endif
void event_base_dump_events(struct event_base *, FILE *);