tevent:exports: add _tevent_req_cancel and tevent_req_set_cancel_fn.
authorMichael Adam <obnox@samba.org>
Fri, 11 Sep 2009 12:57:59 +0000 (14:57 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 11 Sep 2009 13:31:28 +0000 (15:31 +0200)
These were added in 45e4be0d96abdc729252df1e97bb9a56302e5a4a

Michael

lib/tevent/tevent.exports

index b1554dff4ee26fbad060577c2aa481a5e57cc1ef..01d547ad8556dff0f0736801e68bef9cafd15581 100644 (file)
@@ -55,6 +55,8 @@
            tevent_timeval_zero;
            tevent_wakeup_recv;
            tevent_wakeup_send;
+           _tevent_req_cancel;
+           tevent_req_set_cancel_fn;
 
     local: *;
 };