diff options
Diffstat (limited to 'source/mvd_local.h')
-rw-r--r-- | source/mvd_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/mvd_local.h b/source/mvd_local.h index e75fdb1..becdd09 100644 --- a/source/mvd_local.h +++ b/source/mvd_local.h @@ -119,6 +119,7 @@ typedef struct mvd_s { char response[MAX_NET_STRING]; int responseLength; int contentLength; + htcoding_t contentCoding; int statusCode; char statusText[MAX_QPATH]; int msglen; |