mc/vfs/names.h

8 lines
113 B
C
Raw Normal View History

#ifndef __NAMES_H
#define __NAMES_H
1998-02-27 07:54:42 +03:00
int finduid (char *name);
int findgid (char *name);
#endif /* __NAMES_H */