]> arthur.barton.de Git - netatalk.git/blobdiff - etc/cnid_dbd/usockfd.h
dist: add missing file abigen.sh
[netatalk.git] / etc / cnid_dbd / usockfd.h
index 12de313107a15b55c4310aea2f6d28b77846ede8..44f01ae2292d48775e47155341b7fd882413119c 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.
 
 
 
-#include <atalk/cnid_dbd_private.h>
+#include <atalk/cnid_bdb_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)