aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-usockets/src/libusockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bun-usockets/src/libusockets.h')
-rw-r--r--packages/bun-usockets/src/libusockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-usockets/src/libusockets.h b/packages/bun-usockets/src/libusockets.h
index c0e3fad90..ea17a3622 100644
--- a/packages/bun-usockets/src/libusockets.h
+++ b/packages/bun-usockets/src/libusockets.h
@@ -132,7 +132,7 @@ struct us_timer_t *us_create_timer(struct us_loop_t *loop, int fallthrough, unsi
void *us_timer_ext(struct us_timer_t *timer);
/* */
-void us_timer_close(struct us_timer_t *timer);
+void us_timer_close(struct us_timer_t *timer, int fallthrough);
/* Arm a timer with a delay from now and eventually a repeat delay.
* Specify 0 as repeat delay to disable repeating. Specify both 0 to disarm. */