]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/main.h
Typo.
[netatalk.git] / etc / atalkd / main.h
1 /*
2  * $Id: main.h,v 1.3 2001-06-25 20:13:45 rufustfirefly Exp $
3  */
4
5 #ifndef ATALKD_MAIN_H
6 #define ATALKD_MAIN_H
7
8 #include <sys/cdefs.h>
9
10 int ifconfig __P(( const char *, unsigned long, struct sockaddr_at * ));
11 void setaddr __P(( struct interface *, u_int8_t, u_int16_t,
12         u_int8_t, u_int16_t, u_int16_t ));
13 void bootaddr __P(( struct interface * ));
14 void dumpconfig __P(( struct interface * ));
15
16 #endif /* ATALKD_MAIN_H */