projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcac334
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Wed, 15 Oct 2003 14:21:51 +0000
(14:21 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 15 Oct 2003 14:21:51 +0000
(14:21 +0000)
lib/userspec.h
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/userspec.h
b/lib/userspec.h
new file mode 100644
(file)
index 0000000..
8f01d64
--- /dev/null
+++ b/
lib/userspec.h
@@ -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