1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-14 13:36:43 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-10-15 14:21:51 +00:00
parent dcac334f28
commit cf04b8d092
+10
View File
@@ -0,0 +1,10 @@
#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