diff options
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index ca6836a0cb..9ef7eecbdb 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -109,6 +109,7 @@ typedef struct { /* this is necessary for CLI module */ int argc; char **argv; + int proto_num; } sapi_request_info; |