diff options
Diffstat (limited to 'main/SAPI.h')
| -rw-r--r-- | main/SAPI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index b8748d0c19..9ca41da77b 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -97,6 +97,10 @@ typedef struct { /* this is necessary for Safe Mode */ char *current_user; int current_user_length; + + /* this is necessary for CLI module */ + int argc; + char **argv; } sapi_request_info; |
