1
0
mirror of https://github.com/mabam/afpfs-ng-mac.git synced 2025-04-11 06:37:04 +00:00
2013-03-12 00:08:07 -07:00

14 lines
328 B
C

#ifndef __USERS_H_
#define __USERS_H_
int translate_uidgid_to_server(struct afp_volume * volume,
unsigned int * newuid, unsigned int *newgid);
int translate_uidgid_to_client(struct afp_volume * volume,
unsigned int * newuid, unsigned int *newgid);
int afp_detect_mapping(struct afp_volume * volume);
#endif