view lib/userspec.h @ 5111:513a73ee50a0

Remove "fatal" module.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 03 Aug 2004 18:40:30 +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