1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 17:56:54 +02:00
Files
coreutils/lib/userspec.h

11 lines
198 B
C
Raw Normal View History

2003-10-15 14:21:51 +00:00
#ifndef USERSPEC_H
# define USERSPEC_H 1
2004-04-04 06:51:11 +00:00
# include <sys/types.h>
2003-10-15 14:21:51 +00:00
const char *
parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
char **username_arg, char **groupname_arg);
#endif