Mercurial > hg > octave-nkf > gnulib-hg
view lib/userspec.h @ 17814:f50001a9c124
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Wed, 03 Dec 2014 07:04:40 -0800 |
parents | e8d2c6fc33ad |
children |
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