]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/usockfd.h
Merge master
[netatalk.git] / etc / cnid_dbd / usockfd.h
index 12de313107a15b55c4310aea2f6d28b77846ede8..ee4d4327a77100bc247b7b28f7848266542c3338 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: usockfd.h,v 1.2 2005-04-28 20:49:49 bfernhomberg Exp $
+ * $Id: usockfd.h,v 1.5 2009-11-05 14:38:07 franklahm Exp $
  *
  * Copyright (C) Joerg Lenneis 2003
  * All Rights Reserved.  See COPYING.
@@ -13,9 +13,9 @@
 #include <atalk/cnid_dbd_private.h>
 
 
-extern int      usockfd_create  __P((char *, mode_t, int));
-extern int      tsockfd_create  __P((char *, u_int16_t, int));
-extern int      usockfd_check   __P((int, unsigned long));
+extern int      usockfd_create  (char *, mode_t, int);
+extern int      tsockfd_create  (char *, char *, int);
+extern int      usockfd_check   (int, const sigset_t *);
 
 #ifndef OSSH_ALIGNBYTES
 #define OSSH_ALIGNBYTES (sizeof(int) - 1)