diff options
author | Michael Adam <obnox@samba.org> | 2009-09-11 14:57:59 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-11 15:31:28 +0200 |
commit | 7165f29aeaf6607bfaab90c4d5e9eca280b4a27d (patch) | |
tree | 55e4e93580bc6018af82793e6cf96f3a80f0717b /lib/tevent | |
parent | f98470e3a4add69858e50ded0c7e01393b314473 (diff) | |
download | samba-7165f29aeaf6607bfaab90c4d5e9eca280b4a27d.tar.gz samba-7165f29aeaf6607bfaab90c4d5e9eca280b4a27d.tar.bz2 samba-7165f29aeaf6607bfaab90c4d5e9eca280b4a27d.zip |
tevent:exports: add _tevent_req_cancel and tevent_req_set_cancel_fn.
These were added in 45e4be0d96abdc729252df1e97bb9a56302e5a4a
Michael
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/tevent.exports | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tevent/tevent.exports b/lib/tevent/tevent.exports index b1554dff4e..01d547ad85 100644 --- a/lib/tevent/tevent.exports +++ b/lib/tevent/tevent.exports @@ -55,6 +55,8 @@ tevent_timeval_zero; tevent_wakeup_recv; tevent_wakeup_send; + _tevent_req_cancel; + tevent_req_set_cancel_fn; local: *; }; |