]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/usockfd.h
Remove CVS keywords
[netatalk.git] / etc / cnid_dbd / usockfd.h
index 12de313107a15b55c4310aea2f6d28b77846ede8..27bde63c31b6a6d665d87f264c85de059b53a96d 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: usockfd.h,v 1.2 2005-04-28 20:49:49 bfernhomberg Exp $
  *
  * Copyright (C) Joerg Lenneis 2003
  * All Rights Reserved.  See COPYING.
@@ -13,9 +12,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)