mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
tevent: Add prototypes
... doxygen docs to be filled in :-) Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
e7d4b7deda
commit
fd80e54416
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user