mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-12 23:08:17 +02:00
*** empty log message ***
This commit is contained in:
10
lib/userspec.h
Normal file
10
lib/userspec.h
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user