]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/uid.h
Remove CVS keywords
[netatalk.git] / etc / afpd / uid.h
index 97e573318d3dfeab6651295280c4b2c7fe0e5629..87745147fc3c0a4bea82ba5652acf4bfbdca107c 100644 (file)
@@ -1,31 +1,8 @@
 /*
- * $Id: uid.h,v 1.5 2001-12-03 05:03:38 jmarcus 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"
-
-/* set up a structure for this */
-typedef struct uidgidset_t {
-    uid_t uid;
-    gid_t gid;
-} uidgidset;
-
-/* 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