]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/uid.c
Merge master
[netatalk.git] / etc / afpd / uid.c
1 /*
2  * $Id: uid.c,v 1.14 2005-04-28 20:49:45 bfernhomberg Exp $
3  * code: jeff@univrel.pr.uconn.edu
4  *
5  * These functions are abstracted here, so that all calls for resolving
6  * user/group names can be centrally changed (good for OS dependant calls
7  * across the package).
8  */
9
10 #ifdef HAVE_CONFIG_H
11 #include "config.h"
12 #endif /* HAVE_CONFIG_H */
13