mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue