]> arthur.barton.de Git - netatalk.git/blobdiff - etc/atalkd/main.h
Remove bdb env on exit
[netatalk.git] / etc / atalkd / main.h
index 54081a40234c023417f4975923e0659a0053ca4e..39e6b520be8be88e16b241ecaa1271b443a1ea79 100644 (file)
@@ -1,12 +1,24 @@
+/*
+ * $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"
+
+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 * );
 
-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 * ));
+#ifdef linux
+int ifsetallmulti ( const char *, int);
+#endif
 
 #endif /* ATALKD_MAIN_H */