summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-22 15:59:33 +0100
committerKarolin Seeger <kseeger@samba.org>2009-04-15 09:07:36 +0200
commit526f4f61b36117c1199ae076c175d671df1b6f99 (patch)
tree01f99121f6cc4e3b8c2aeb431b634b8fc617b654 /source3/include
parent0eb8bfe65f1535c358ba23b8a63e17e40dde8b5d (diff)
downloadsamba-526f4f61b36117c1199ae076c175d671df1b6f99.tar.gz
samba-526f4f61b36117c1199ae076c175d671df1b6f99.tar.xz
samba-526f4f61b36117c1199ae076c175d671df1b6f99.zip
Use avahi to register _smb._tcp in smbd
(cherry picked from commit 55b7bf7338c13701944169df02ab8e9def6d43a1)
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 82d9ae9ba8e..e6e925eb726 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7222,6 +7222,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_ */