Mercurial > hg > octave-kai > gnulib-hg
view lib/userspec.h @ 6163:bba2240c9260
* iconvme.h: Add prototype for iconv_alloc.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Tue, 30 Aug 2005 07:38:53 +0000 |
parents | 14f51aa7b612 |
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