diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-12 11:15:38 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-12 11:15:38 +1000 |
commit | fe36b8af64195f10acead12d4a4f426cc8772a8c (patch) | |
tree | af98810b529728d46a10f0ac1e2d3203b63323a2 /lib/tevent/tevent.signatures | |
parent | 51fd80647de9cb531181eb1eeefe9ad2c473f784 (diff) | |
parent | bbc0a56da59df8b7cd6f19f99cfaac9c3909779f (diff) | |
download | samba-fe36b8af64195f10acead12d4a4f426cc8772a8c.tar.gz samba-fe36b8af64195f10acead12d4a4f426cc8772a8c.tar.bz2 samba-fe36b8af64195f10acead12d4a4f426cc8772a8c.zip |
Merge branch 'master' of /home/tridge/samba/git/combined
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); |