projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4567197
)
new file
author
Jim Meyering
<jim@meyering.net>
Mon, 3 Nov 2003 15:04:21 +0000
(15:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 3 Nov 2003 15:04:21 +0000
(15:04 +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