]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/uid.h
fce: afpd: fix event names array
[netatalk.git] / etc / afpd / uid.h
index 7f00b20676a73bf74705a0e6cb4dc7d964d6c5e0..87745147fc3c0a4bea82ba5652acf4bfbdca107c 100644 (file)
@@ -1,25 +1,8 @@
 /*
- * $Id: uid.h,v 1.6 2002-08-30 19:32:41 didg Exp $
  * code: jeff@univrel.pr.uconn.edu
  */
 
 #ifndef AFPD_UID_H
 #define AFPD_UID_H 1
 
-#ifdef FORCE_UIDGID
-
-/* have to make sure struct vol is defined */
-#include "volume.h"
-
-/* functions to save and restore uid/gid pairs */
-extern void save_uidgid    ( uidgidset * );
-extern void restore_uidgid ( uidgidset * );
-extern void set_uidgid     ( const struct vol * );
-
-/* internal functions to convert user and group names to ids */
-extern int  user_to_uid  ( char * );
-extern int  group_to_gid ( char * );
-
-#endif /* FORCE_UIDGID */
-
 #endif