mc/vfs/names.h

8 lines
113 B
C

#ifndef __NAMES_H
#define __NAMES_H
int finduid (char *name);
int findgid (char *name);
#endif /* __NAMES_H */