netatalk
4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
afp_mdns.h
Go to the documentation of this file.
1
/*
2
* Author: Lee Essen <
[email protected]
>
3
* Based on: avahi support from Daniel S. Haischt <
[email protected]
>
4
* Purpose: mdns based Zeroconf support
5
*/
6
7
#ifndef AFPD_MDNS_H
8
#define AFPD_MDNS_H
9
10
#include <assert.h>
11
#include <stdlib.h>
12
#include <string.h>
13
14
#include <dns_sd.h>
15
16
#include <
atalk/logger.h
>
17
18
/* prototype definitions */
19
void
md_zeroconf_register
(
const
AFPObj
*
obj
);
20
int
md_zeroconf_unregister
(
void
);
21
22
#endif
/* AFPD_MDNS_H */
md_zeroconf_unregister
int md_zeroconf_unregister(void)
md_zeroconf_register
void md_zeroconf_register(const AFPObj *obj)
logger.h
obj
static AFPObj obj
Definition
netatalk.c:62
AFPObj
Definition
globals.h:154
etc
netatalk
afp_mdns.h
Generated by
1.14.0