summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-15 14:21:51 +0000
committerJim Meyering <jim@meyering.net>2003-10-15 14:21:51 +0000
commitcf04b8d0929fe12f81b85ae9dfe832ca3ff2889e (patch)
tree4043ae23d423e33302dddc5230dd84183ecdedf4 /lib
parentdcac334f28b329b6a7a100af33276a125defd9a7 (diff)
downloadcoreutils-cf04b8d0929fe12f81b85ae9dfe832ca3ff2889e.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/userspec.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/userspec.h b/lib/userspec.h
new file mode 100644
index 000000000..8f01d64d3
--- /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