netatalk  4.4.0
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
afp_zeroconf.h
Go to the documentation of this file.
1
8
9#ifndef AFPD_ZEROCONF_H
10#define AFPD_ZEROCONF_H
11
12#include <atalk/globals.h>
13
14#define AFP_DNS_SERVICE_TYPE "_afpovertcp._tcp"
15#define ADISK_SERVICE_TYPE "_adisk._tcp"
16#define DEV_INFO_SERVICE_TYPE "_device-info._tcp"
17
18#define MAXINSTANCENAMELEN 63
19
20/*
21 * Prototype Definitions
22 */
23
27void zeroconf_register(const AFPObj *obj);
28
32void zeroconf_deregister(void);
33
34#endif /* AFPD_ZEROCONF_H */
void zeroconf_deregister(void)
Definition afp_zeroconf.c:37
void zeroconf_register(const AFPObj *obj)
Definition afp_zeroconf.c:25
static AFPObj obj
Definition netatalk.c:62
Definition globals.h:154