]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/multicast.h
Removed unused static arrays tokenmulti and tokenmultitab.
[netatalk.git] / etc / atalkd / multicast.h
1 /*
2  * $Id: multicast.h,v 1.3 2003-03-18 23:34:51 srittau 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 extern unsigned char    ethermultitab[ 253 ][ 6 ];
15 extern unsigned char    ethermulti[ 6 ];
16
17 int addmulti __P((const char *, const unsigned char *));
18 int zone_bcast __P((struct ziptab *));
19
20 #endif /* atalkd/multicast.h */