]> arthur.barton.de Git - netatalk.git/blobdiff - etc/atalkd/main.h
Remove bdb env on exit
[netatalk.git] / etc / atalkd / main.h
index 21852eb7ee0e720adeab67f81bf2ba4b0cd3f4cf..39e6b520be8be88e16b241ecaa1271b443a1ea79 100644 (file)
@@ -1,16 +1,24 @@
 /*
- * $Id: main.h,v 1.3 2001-06-25 20:13:45 rufustfirefly Exp $
+ * $Id: main.h,v 1.6 2009-10-14 01:38:28 didg 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,
-        u_int8_t, u_int16_t, u_int16_t ));
-void bootaddr __P(( struct interface * ));
-void dumpconfig __P(( struct interface * ));
+extern int transition;
+extern int stabletimer, newrtmpdata;
+
+int ifconfig ( const char *, unsigned long, struct sockaddr_at * );
+void setaddr ( struct interface *, u_int8_t, u_int16_t,
+        u_int8_t, u_int16_t, u_int16_t );
+void bootaddr ( struct interface * );
+void dumpconfig ( struct interface * );
+
+#ifdef linux
+int ifsetallmulti ( const char *, int);
+#endif
 
 #endif /* ATALKD_MAIN_H */