summaryrefslogtreecommitdiff
path: root/source/sv_local.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-01-04 21:30:13 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-01-04 21:30:13 +0000
commit0f73c3d00f54ed960cf01d0cfe30734cda26586c (patch)
treeea0aa83116f9e12438997030146438b48eb2129d /source/sv_local.h
parent672b1780a9f769ef51d08b7bb5b9cef179d059ba (diff)
Added `--referer' and `--encoding' options to `mvdconnect' command.
Diffstat (limited to 'source/sv_local.h')
-rw-r--r--source/sv_local.h7
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;