X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fuid.h;h=647cbd8d164a76182953c420c3650ae773f2a2a2;hp=7f00b20676a73bf74705a0e6cb4dc7d964d6c5e0;hb=cb8de5b604041071f3454dd8df97295544caba59;hpb=7c09afb84102a4468867886469dcee108888126e diff --git a/etc/afpd/uid.h b/etc/afpd/uid.h index 7f00b206..647cbd8d 100644 --- a/etc/afpd/uid.h +++ b/etc/afpd/uid.h @@ -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