diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/event.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/event.h b/source3/include/event.h index 2ede1d89d3..3d40000cb8 100644 --- a/source3/include/event.h +++ b/source3/include/event.h @@ -62,7 +62,5 @@ struct timeval *get_timed_events_timeout(struct event_context *event_ctx, int event_loop_once(struct event_context *ev); void event_context_reinit(struct event_context *ev); struct event_context *event_context_init(TALLOC_CTX *mem_ctx); -int set_event_dispatch_time(struct event_context *event_ctx, - const char *event_name, struct timeval when); void dump_event_list(struct event_context *event_ctx); |