]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_zeroconf.h
Sending TM used size
[netatalk.git] / etc / afpd / afp_zeroconf.h
index 5492bac5fdce4eef9a7d9fc8346945884ac7d5aa..e2711afb3a4a680d7c1f8ad063a2922b616f409e 100644 (file)
 #ifndef AFPD_ZEROCONF_H
 #define AFPD_ZEROCONF_H
 
-#include <netinet/in.h> /* htons() */
-#include <atalk/logger.h>
-
-#ifdef HAVE_AVAHI
-#include "afp_avahi.h"
-#endif
-
-#define AFP_PORT 548
+#include "afp_config.h"
 
 /*
  * Prototype Definitions
  */
 
 /*
- * registers the ntpd service with a particular Zerconf implemenation.
+ * registers service with a particular Zerconf implemenation.
  */
-void zeroconf_register(int port, const char *hostname);
+void zeroconf_register(const AFPConfig *configs);
 
 /*
  * de-registers the ntpd service with a particular Zerconf implemenation.