]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/afp_mdns.h
Merge 2-2
[netatalk.git] / etc / afpd / afp_mdns.h
1 /*
2  * Author:   Lee Essen <lee.essen@nowonline.co.uk>
3  * Based on: avahi support from Daniel S. Haischt <me@daniel.stefan.haischt.name>
4  * Purpose:  mdns based Zeroconf support
5  */
6
7 #ifndef AFPD_MDNS_H
8 #define AFPD_MDNS_H
9
10 #include <stdlib.h>
11 #include <assert.h>
12 #include <string.h>
13
14 #include <dns_sd.h>
15
16 #include <atalk/logger.h>
17
18 #include "afp_config.h"
19
20 /* prototype definitions */
21 void md_zeroconf_register(const AFPObj *obj);
22 int md_zeroconf_unregister(void);
23
24 #endif   /* AFPD_MDNS_H */