]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_avahi.h
Merge branch 'master' of git://netatalk.git.sourceforge.net/gitroot/netatalk/netatalk...
[netatalk.git] / etc / afpd / afp_avahi.h
index 2c6ca706d0e5176e1bf8d82eb12b2154d02d9480..9a6563ba8f75d89782fe6d2ab589f8b5dc468f89 100644 (file)
 
 #include "afp_config.h"
 
-#define AFP_DNS_SERVICE_TYPE "_afpovertcp._tcp"
-#define ADISK_SERVICE_TYPE "_adisk._tcp"
-
-#define MAXINSTANCENAMELEN 63
-
 struct context {
        /* Avahi stuff */
   int               thread_running;
@@ -40,9 +35,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 */