diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/event.h b/source3/include/event.h index 6b41b1d81b..101a967c47 100644 --- a/source3/include/event.h +++ b/source3/include/event.h @@ -27,7 +27,6 @@ /* The following definitions come from lib/events.c */ bool event_add_to_select_args(struct event_context *event_ctx, - const struct timeval *now, fd_set *read_fds, fd_set *write_fds, struct timeval *timeout, int *maxfd); bool run_events(struct event_context *event_ctx, |