summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.exports
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-06-18 20:06:00 -0400
committerSimo Sorce <idra@samba.org>2009-07-03 08:45:30 -0400
commit30b2014a01b31d66dd76e0562c5d769dfacf167b (patch)
tree53bbb3220dd51e7b2addaa7f23fb87a29da2882e /lib/tevent/tevent.exports
parent2738178d1301f9c1c4144c7472c9419911cd816e (diff)
downloadsamba-30b2014a01b31d66dd76e0562c5d769dfacf167b.tar.gz
samba-30b2014a01b31d66dd76e0562c5d769dfacf167b.tar.bz2
samba-30b2014a01b31d66dd76e0562c5d769dfacf167b.zip
Expose functions need by backend writers
move publicly needed structures and functions in the public header. Stop installing internal headers. Update the signature and exports files with the new exposed function.
Diffstat (limited to 'lib/tevent/tevent.exports')
-rw-r--r--lib/tevent/tevent.exports1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.exports b/lib/tevent/tevent.exports
index 7d55c17e5d..b1554dff4e 100644
--- a/lib/tevent/tevent.exports
+++ b/lib/tevent/tevent.exports
@@ -21,6 +21,7 @@
tevent_queue_length;
tevent_queue_start;
tevent_queue_stop;
+ tevent_register_backend;
_tevent_req_callback_data;
_tevent_req_create;
_tevent_req_data;