]> arthur.barton.de Git - netatalk.git/blobdiff - etc/atalkd/main.h
remove pre ansi declarations
[netatalk.git] / etc / atalkd / main.h
index 196a6415013807346116925c78eaced756068298..cc028b68e96e6548be90d9584601112bb1615531 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: main.h,v 1.4 2005-04-28 20:49:46 bfernhomberg Exp $
+ * $Id: main.h,v 1.5 2009-10-13 22:55:37 didg Exp $
  */
 
 #ifndef ATALKD_MAIN_H
@@ -8,14 +8,14 @@
 #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 * ));
+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 __P(( const char *, int));
+int ifsetallmulti ( const char *, int);
 #endif
 
 #endif /* ATALKD_MAIN_H */