]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/comm.h
remove pre ansi declarations
[netatalk.git] / etc / cnid_dbd / comm.h
index beda77053e1a4c4334450f252a30617c7dcfb826..f604e2271fa164f607df461ed9e18b7d7e9b6c91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: comm.h,v 1.2 2005-04-28 20:49:47 bfernhomberg Exp $
+ * $Id: comm.h,v 1.3 2009-10-13 22:55:37 didg Exp $
  *
  * Copyright (C) Joerg Lenneis 2003
  * All Rights Reserved.  See COPYING.
 #include <atalk/cnid_dbd_private.h>
 
 
-extern int      comm_init  __P((struct db_param *, int, int));
-extern int      comm_rcv  __P((struct cnid_dbd_rqst *));
-extern int      comm_snd  __P((struct cnid_dbd_rply *));
-extern int      comm_nbe  __P((void));
+extern int      comm_init  (struct db_param *, int, int);
+extern int      comm_rcv  (struct cnid_dbd_rqst *);
+extern int      comm_snd  (struct cnid_dbd_rply *);
+extern int      comm_nbe  (void);
 
 #endif /* CNID_DBD_COMM_H */