Mercurial > hg > octave-nkf > gnulib-hg
view lib/userspec.h @ 4996:14f51aa7b612
Merge from coreutils.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 31 Mar 2004 07:47:20 +0000 |
parents | f34a2bc5ba51 |
children | e8d2c6fc33ad |
line wrap: on
line source
#ifndef USERSPEC_H # define USERSPEC_H 1 # include <sys/types.h> const char * parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, char **username_arg, char **groupname_arg); #endif