diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-04-13 09:13:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-04-15 09:03:22 -0400 |
commit | 9d6c530015e4eefd7b333885eaeca1f9fcbc6578 (patch) | |
tree | e8e9f3912b0cadfe856e531166f63a4a63f74974 /src/ext/timeouts/timeout.h | |
parent | 05499b6ded25b5cbc8b16916fa9c0a39407ab10f (diff) | |
download | tor-9d6c530015e4eefd7b333885eaeca1f9fcbc6578.tar.gz tor-9d6c530015e4eefd7b333885eaeca1f9fcbc6578.zip |
Fix compilation of timeout.c with our flags and warnings.
Diffstat (limited to 'src/ext/timeouts/timeout.h')
-rw-r--r-- | src/ext/timeouts/timeout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/timeouts/timeout.h b/src/ext/timeouts/timeout.h index 3ef76e90a2..6d7359a6a2 100644 --- a/src/ext/timeouts/timeout.h +++ b/src/ext/timeouts/timeout.h @@ -90,7 +90,7 @@ typedef uint64_t timeout_t; #ifndef TIMEOUT_CB_OVERRIDE struct timeout_cb { - void (*fn)(); + void (*fn)(void); void *arg; }; /* struct timeout_cb */ #endif |