]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_zeroconf.h
Spotlight: use async Tracker SPARQL API
[netatalk.git] / etc / afpd / afp_zeroconf.h
index e2711afb3a4a680d7c1f8ad063a2922b616f409e..89fc3ca9916ed4e7e48a7078be0216f156068528 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
+
 /*
  * Prototype Definitions
  */
@@ -19,7 +25,7 @@
 /*
  * registers service with a particular Zerconf implemenation.
  */
-void zeroconf_register(const AFPConfig *configs);
+void zeroconf_register(const AFPObj *obj);
 
 /*
  * de-registers the ntpd service with a particular Zerconf implemenation.