Mercurial > hg > octave-jordi > gnulib-hg
annotate lib/userspec.h @ 18079:4c948fd76734 default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Mon, 24 Aug 2015 06:09:19 -0700 (2015-08-24) |
parents | e8d2c6fc33ad |
children |
rev | line source |
---|---|
4845 | 1 #ifndef USERSPEC_H |
2 # define USERSPEC_H 1 | |
3 | |
4996 | 4 # include <sys/types.h> |
4845 | 5 |
6 const char * | |
7 parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, | |
12421
e8d2c6fc33ad
Use spaces for indentation, not tabs.
Bruno Haible <bruno@clisp.org>
parents:
4996
diff
changeset
|
8 char **username_arg, char **groupname_arg); |
4845 | 9 |
10 #endif |