aboutsummaryrefslogtreecommitdiff
path: root/src/ext/timeouts/timeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/timeouts/timeout.h')
-rw-r--r--src/ext/timeouts/timeout.h2
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