diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-01-04 21:30:13 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-01-04 21:30:13 +0000 |
commit | 0f73c3d00f54ed960cf01d0cfe30734cda26586c (patch) | |
tree | ea0aa83116f9e12438997030146438b48eb2129d /source/sv_local.h | |
parent | 672b1780a9f769ef51d08b7bb5b9cef179d059ba (diff) |
Added `--referer' and `--encoding' options to `mvdconnect' command.
Diffstat (limited to 'source/sv_local.h')
-rw-r--r-- | source/sv_local.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/sv_local.h b/source/sv_local.h index ad92847..bc50b1f 100644 --- a/source/sv_local.h +++ b/source/sv_local.h @@ -244,6 +244,13 @@ typedef enum { HTTP_METHOD_POST } htmethod_t; +typedef enum { + HTTP_CODING_NONE, + HTTP_CODING_GZIP, + HTTP_CODING_DEFLATE, + HTTP_CODING_UNKNOWN +} htcoding_t; + typedef struct { list_t entry; clstate_t state; |