summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-22 15:59:33 +0100
committerVolker Lendecke <vl@samba.org>2009-03-23 17:09:53 +0100
commit63aae58fdcd9110ba294ac7335d4a4e40136aa8b (patch)
tree710479ecba9337d1f8418ae8485aaa0c5120d529 /source3/include
parent93e13fe3e07c1915a84f7a7a810a1d85a21bcfe7 (diff)
downloadsamba-63aae58fdcd9110ba294ac7335d4a4e40136aa8b.tar.gz
samba-63aae58fdcd9110ba294ac7335d4a4e40136aa8b.tar.bz2
samba-63aae58fdcd9110ba294ac7335d4a4e40136aa8b.zip
Use avahi to register _smb._tcp in smbd
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 a8c4b14fff..c8dce13916 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7235,6 +7235,11 @@ NTSTATUS nss_info_template_init( void );
struct AvahiPoll *tevent_avahi_poll(TALLOC_CTX *mem_ctx,
struct tevent_context *ev);
+/* The following definitions come from smbd/avahi_register.c */
+
+void *avahi_start_register(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
+ uint16_t port);
+
/* Misc protos */
#endif /* _PROTO_H_ */