]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/multicast.h
Remove bdb env on exit
[netatalk.git] / etc / atalkd / multicast.h
1 /*
2  * $Id: multicast.h,v 1.5 2009-10-14 01:38:28 didg Exp $
3  *
4  * Copyright (c) 1990,1997 Regents of The University of Michigan.
5  * All Rights Reserved. See COPYRIGHT.
6  */
7
8 #ifndef ATALKD_MULTICAST_H
9 #define ATALKD_MULTICAST_H 1
10
11 #include <sys/cdefs.h>
12 #include "zip.h"
13
14 int addmulti (const char *, const unsigned char *);
15 int zone_bcast (struct ziptab *);
16
17 #endif /* atalkd/multicast.h */