From: Jim Meyering Date: Mon, 3 Nov 2003 15:04:21 +0000 (+0000) Subject: new file X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c569c34b8f885831d3efcbf18b1e2126fa994c42;p=pspp new file --- 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