1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-17 04:41:59 +02:00
Files
coreutils/lib/userspec.h
2003-10-15 14:21:51 +00:00

11 lines
195 B
C

#ifndef USERSPEC_H
# define USERSPEC_H 1
# include <stddef.h>
const char *
parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
char **username_arg, char **groupname_arg);
#endif