repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[__APPLE__]: Include <mach/machine.h> and <mach-o/arch.h>.
[coreutils.git]
/
lib
/
userspec.h
blob
8a09eaea0c912d9d80e7f92d534727c5c4c5da9b
1
#ifndef USERSPEC_H
2
# define USERSPEC_H 1
3
4
# include <sys/types.h>
5
6
const char
*
7
parse_user_spec
(
const char
*
spec_arg
,
uid_t
*
uid
,
gid_t
*
gid
,
8
char
**
username_arg
,
char
**
groupname_arg
);
9
10
#endif