]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/afp_zeroconf.h
e2711afb3a4a680d7c1f8ad063a2922b616f409e
[netatalk.git] / etc / afpd / afp_zeroconf.h
1 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: t; c-basic-offset: 2 -*- */
2 /*
3  * Author:  Daniel S. Haischt <me@daniel.stefan.haischt.name>
4  * Purpose: Zeroconf facade, that abstracts access to a
5  *          particular Zeroconf implementation
6  * Doc:     http://www.dns-sd.org/
7  *
8  */
9
10 #ifndef AFPD_ZEROCONF_H
11 #define AFPD_ZEROCONF_H
12
13 #include "afp_config.h"
14
15 /*
16  * Prototype Definitions
17  */
18
19 /*
20  * registers service with a particular Zerconf implemenation.
21  */
22 void zeroconf_register(const AFPConfig *configs);
23
24 /*
25  * de-registers the ntpd service with a particular Zerconf implemenation.
26  */
27 void zeroconf_deregister(void);
28
29 #endif /* AFPD_ZEROCONF_H */