]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/multicast.h
Added .cvsignore files so that I don't get spammed everytime I do a
[netatalk.git] / etc / atalkd / multicast.h
1 /*
2  * Copyright (c) 1990,1997 Regents of The University of Michigan.
3  * All Rights Reserved. See COPYRIGHT.
4  */
5
6 #ifndef ATALKD_MULTICAST_H
7 #define ATALKD_MULTICAST_H 1
8
9 #include <sys/cdefs.h>
10 #include "zip.h"
11
12 extern unsigned char    ethermultitab[ 253 ][ 6 ];
13 extern unsigned char    tokenmultitab[ 19 ][ 6 ];
14 extern unsigned char    ethermulti[ 6 ];
15
16 int addmulti __P((const char *, const unsigned char *));
17 int zone_bcast __P((struct ziptab *));
18
19 #endif /* atalkd/multicast.h */