]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/main.h
196a6415013807346116925c78eaced756068298
[netatalk.git] / etc / atalkd / main.h
1 /*
2  * $Id: main.h,v 1.4 2005-04-28 20:49:46 bfernhomberg Exp $
3  */
4
5 #ifndef ATALKD_MAIN_H
6 #define ATALKD_MAIN_H
7
8 #include <sys/cdefs.h>
9 #include "config.h"
10
11 int ifconfig __P(( const char *, unsigned long, struct sockaddr_at * ));
12 void setaddr __P(( struct interface *, u_int8_t, u_int16_t,
13         u_int8_t, u_int16_t, u_int16_t ));
14 void bootaddr __P(( struct interface * ));
15 void dumpconfig __P(( struct interface * ));
16
17 #ifdef linux
18 int ifsetallmulti __P(( const char *, int));
19 #endif
20
21 #endif /* ATALKD_MAIN_H */