summaryrefslogtreecommitdiff
path: root/source3/include/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/event.h')
-rw-r--r--source3/include/event.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/event.h b/source3/include/event.h
index 93112a86fa..21c2eb5049 100644
--- a/source3/include/event.h
+++ b/source3/include/event.h
@@ -26,10 +26,6 @@
/* The following definitions come from lib/events.c */
-void event_fd_set_writeable(struct fd_event *fde);
-void event_fd_set_not_writeable(struct fd_event *fde);
-void event_fd_set_readable(struct fd_event *fde);
-void event_fd_set_not_readable(struct fd_event *fde);
bool event_add_to_select_args(struct event_context *event_ctx,
const struct timeval *now,
fd_set *read_fds, fd_set *write_fds,