]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_mdns.h
afpd: move mDNS service registration to netatalk process
[netatalk.git] / etc / afpd / afp_mdns.h
diff --git a/etc/afpd/afp_mdns.h b/etc/afpd/afp_mdns.h
deleted file mode 100644 (file)
index 5008ae4..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Author:   Lee Essen <lee.essen@nowonline.co.uk>
- * Based on: avahi support from Daniel S. Haischt <me@daniel.stefan.haischt.name>
- * Purpose:  mdns based Zeroconf support
- */
-
-#ifndef AFPD_MDNS_H
-#define AFPD_MDNS_H
-
-#include <stdlib.h>
-#include <assert.h>
-#include <string.h>
-
-#include <dns_sd.h>
-
-#include <atalk/logger.h>
-
-#include "afp_config.h"
-
-/* prototype definitions */
-void md_zeroconf_register(const AFPObj *obj);
-int md_zeroconf_unregister(void);
-
-#endif   /* AFPD_MDNS_H */