From: Michael Adam Date: Fri, 11 Sep 2009 12:57:59 +0000 (+0200) Subject: tevent:exports: add _tevent_req_cancel and tevent_req_set_cancel_fn. X-Git-Tag: talloc-2.0.1~523^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7165f29aeaf6607bfaab90c4d5e9eca280b4a27d;p=thirdparty%2Fsamba.git tevent:exports: add _tevent_req_cancel and tevent_req_set_cancel_fn. These were added in 45e4be0d96abdc729252df1e97bb9a56302e5a4a Michael --- diff --git a/lib/tevent/tevent.exports b/lib/tevent/tevent.exports index b1554dff4ee..01d547ad855 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: *; };