summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-20 14:55:05 +0100
committerVolker Lendecke <vl@samba.org>2009-03-23 17:09:53 +0100
commit93e13fe3e07c1915a84f7a7a810a1d85a21bcfe7 (patch)
tree0ae7309cc7980c82f903ea3b5efdd43bd8bb3f9d /source3/include
parent4c1794c41c0595b2a62a1b4d96f7592ef746a76d (diff)
downloadsamba-93e13fe3e07c1915a84f7a7a810a1d85a21bcfe7.tar.gz
samba-93e13fe3e07c1915a84f7a7a810a1d85a21bcfe7.tar.bz2
samba-93e13fe3e07c1915a84f7a7a810a1d85a21bcfe7.zip
Add tevent avahi binding
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d93c4a5125..a8c4b14fff 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7230,6 +7230,11 @@ NTSTATUS idmap_sid_to_gid(const char *domname, DOM_SID *sid, gid_t *gid);
NTSTATUS nss_info_template_init( void );
+/* The following definitions come from lib/avahi.c */
+
+struct AvahiPoll *tevent_avahi_poll(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev);
+
/* Misc protos */
#endif /* _PROTO_H_ */