]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_avahi.h
Merge master
[netatalk.git] / etc / afpd / afp_avahi.h
index ae3d37dafaec57efb8e24e5c48a2e6cdaccdc598..e516408c6a79e17cc27ad95e7230e3e70e1830bd 100644 (file)
 #include "afp_config.h"
 
 #define AFP_DNS_SERVICE_TYPE "_afpovertcp._tcp"
+#define ADISK_SERVICE_TYPE "_adisk._tcp"
+#define DEV_INFO_SERVICE_TYPE "_device-info._tcp"
+
+#define MAXINSTANCENAMELEN 63
 
 struct context {
        /* Avahi stuff */
@@ -37,9 +41,7 @@ struct context {
 };
 
 /* prototype definitions */
-void av_zeroconf_setup(const AFPConfig *configs);
-int av_zeroconf_run(void);
+void av_zeroconf_register(const AFPConfig *configs);
 int av_zeroconf_unregister(void);
-void av_zeroconf_shutdown(void);
 
 #endif   /* AFPD_AVAHI_H */