view lib/userspec.h @ 6977:e6c62f234610

Sequential list data type implemented by a circular array.
author Bruno Haible <bruno@clisp.org>
date Mon, 17 Jul 2006 11:29:21 +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