]> arthur.barton.de Git - netatalk.git/blobdiff - etc/atalkd/main.h
- merge branch-netatalk-afp-3x-dev, HEAD was tagged before
[netatalk.git] / etc / atalkd / main.h
index 21852eb7ee0e720adeab67f81bf2ba4b0cd3f4cf..196a6415013807346116925c78eaced756068298 100644 (file)
@@ -1,11 +1,12 @@
 /*
- * $Id: main.h,v 1.3 2001-06-25 20:13:45 rufustfirefly Exp $
+ * $Id: main.h,v 1.4 2005-04-28 20:49:46 bfernhomberg Exp $
  */
 
 #ifndef ATALKD_MAIN_H
 #define ATALKD_MAIN_H
 
 #include <sys/cdefs.h>
+#include "config.h"
 
 int ifconfig __P(( const char *, unsigned long, struct sockaddr_at * ));
 void setaddr __P(( struct interface *, u_int8_t, u_int16_t,
@@ -13,4 +14,8 @@ void setaddr __P(( struct interface *, u_int8_t, u_int16_t,
 void bootaddr __P(( struct interface * ));
 void dumpconfig __P(( struct interface * ));
 
+#ifdef linux
+int ifsetallmulti __P(( const char *, int));
+#endif
+
 #endif /* ATALKD_MAIN_H */