1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-01-13 14:59:18 +03:00
mc/vfs/names.h
2002-11-15 06:19:34 +00:00

8 lines
113 B
C

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