summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-12-13 11:59:04 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-17 12:38:08 +0100
commitfd80e544169db5fb86288b7b22da4e98a88f4477 (patch)
treeb4c6b93ccb835f42c66faf0023127f7de29395b2 /lib/tevent/tevent.h
parente7d4b7deda2fac7a7dd86dad84bafcae8085ff80 (diff)
downloadsamba-fd80e544169db5fb86288b7b22da4e98a88f4477.tar.gz
samba-fd80e544169db5fb86288b7b22da4e98a88f4477.tar.xz
samba-fd80e544169db5fb86288b7b22da4e98a88f4477.zip
tevent: Add prototypes
... doxygen docs to be filled in :-) Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/tevent/tevent.h')
-rw-r--r--lib/tevent/tevent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 0705ff30bd4..3f8e0814a16 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -340,6 +340,10 @@ struct tevent_signal *_tevent_add_signal(struct tevent_context *ev,
#handler, __location__)
#endif
+size_t tevent_num_signals(void);
+
+size_t tevent_sa_info_queue_count(void);
+
#ifdef DOXYGEN
/**
* @brief Pass a single time through the mainloop