changeset 4845:f34a2bc5ba51

new file
author Jim Meyering <jim@meyering.net>
date Mon, 03 Nov 2003 15:04:21 +0000
parents f02f82ea5596
children 8a8f6899a8f8
files lib/userspec.h
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /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