mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
timers.h: add declaration for timeval.
This frees us from some dependencies on include order.
This commit is contained in:
parent
25354171b5
commit
dd5dda78f6
@ -13,6 +13,7 @@
|
||||
#include "lib/testsupport/testsupport.h"
|
||||
|
||||
struct monotime_t;
|
||||
struct timeval;
|
||||
typedef struct timeout tor_timer_t;
|
||||
typedef void (*timer_cb_fn_t)(tor_timer_t *, void *,
|
||||
const struct monotime_t *);
|
||||
|
Loading…
Reference in New Issue
Block a user