diff options
Diffstat (limited to 'lib/userspec.h')
-rw-r--r-- | lib/userspec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/userspec.h b/lib/userspec.h index 8a09eae..67af845 100644 --- a/lib/userspec.h +++ b/lib/userspec.h @@ -5,6 +5,6 @@ const char * parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, - char **username_arg, char **groupname_arg); + char **username_arg, char **groupname_arg); #endif |