From c569c34b8f885831d3efcbf18b1e2126fa994c42 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 3 Nov 2003 15:04:21 +0000 Subject: [PATCH] new file --- lib/userspec.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/userspec.h diff --git a/lib/userspec.h b/lib/userspec.h new file mode 100644 index 0000000000..8f01d64d30 --- /dev/null +++ b/lib/userspec.h @@ -0,0 +1,10 @@ +#ifndef USERSPEC_H +# define USERSPEC_H 1 + +# include + +const char * +parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, + char **username_arg, char **groupname_arg); + +#endif -- 2.30.2