diff options
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,8 @@ typedef struct svr_runopts { #endif int norootlogin; + char *grouploginname; + gid_t *grouploginid; int noauthpass; int norootpass; |