Mercurial > hg > octave-kai > gnulib-hg
view lib/userspec.h @ 4945:07fb9f5d51e6
update from gettext 0.14.1
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 06 Feb 2004 14:40:09 +0000 |
parents | f34a2bc5ba51 |
children | 14f51aa7b612 |
line wrap: on
line source
#ifndef USERSPEC_H # define USERSPEC_H 1 # include <stddef.h> const char * parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, char **username_arg, char **groupname_arg); #endif