diff options
Diffstat (limited to 'source3/include/event.h')
-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 5d8d294c00..2ede1d89d3 100644 --- a/source3/include/event.h +++ b/source3/include/event.h @@ -64,7 +64,5 @@ 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); -int cancel_named_event(struct event_context *event_ctx, - const char *event_name); void dump_event_list(struct event_context *event_ctx); |