diff options
Diffstat (limited to 'lib/tevent/tevent.signatures')
-rw-r--r-- | lib/tevent/tevent.signatures | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tevent/tevent.signatures b/lib/tevent/tevent.signatures index 75f43affb2..c752b9e933 100644 --- a/lib/tevent/tevent.signatures +++ b/lib/tevent/tevent.signatures @@ -53,3 +53,5 @@ void tevent_req_set_print_fn (struct tevent_req *, tevent_req_print_fn); void _tevent_schedule_immediate (struct tevent_immediate *, struct tevent_context *, tevent_immediate_handler_t, void *, const char *, const char *); void tevent_set_abort_fn (void (*) (const char *)); void tevent_set_default_backend (const char *); +_Bool _tevent_req_cancel (struct tevent_req *, const char *); +void tevent_req_set_cancel_fn (struct tevent_req *, tevent_req_cancel_fn); |