]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/uid.h
Big configure.in cleanup
[netatalk.git] / etc / afpd / uid.h
index 7f00b20676a73bf74705a0e6cb4dc7d964d6c5e0..647cbd8d164a76182953c420c3650ae773f2a2a2 100644 (file)
@@ -6,20 +6,4 @@
 #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