hash-set: Add tests.
[gnulib.git] / lib / userspec.h
blob67af8451bff5581387e5e39fbd5bb2797f27e3b0
1 #ifndef USERSPEC_H
2 # define USERSPEC_H 1
4 # include <sys/types.h>
6 const char *
7 parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
8 char **username_arg, char **groupname_arg);
10 #endif