summaryrefslogtreecommitdiff
path: root/lib/userspec.h
blob: 8f01d64d30eea4bbef04dc23f93c508e9334381f (plain)
1
2
3
4
5
6
7
8
9
10
#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