windows already has a CALLBACK macro...

This commit is contained in:
Nick Mathewson
2015-11-17 10:00:41 -05:00
parent d3cb659541
commit 8af5afedc9
+1
View File
@@ -1233,6 +1233,7 @@ get_signewnym_epoch(void)
static int periodic_events_initialized = 0;
/* Declare all the timer callback functions... */
#undef CALLBACK
#define CALLBACK(name) \
static int name ## _callback(time_t, const or_options_t *)
CALLBACK(rotate_onion_key);