mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
8 lines
113 B
C
8 lines
113 B
C
#ifndef __NAMES_H
|
|
#define __NAMES_H
|
|
|
|
int finduid (char *name);
|
|
int findgid (char *name);
|
|
|
|
#endif /* __NAMES_H */
|