summaryrefslogtreecommitdiff
path: root/src/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.h')
-rw-r--r--src/url.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/url.h b/src/url.h
index 1781c802..344ea15f 100644
--- a/src/url.h
+++ b/src/url.h
@@ -42,6 +42,8 @@
#define URL_ReloadIncomplete (1 << 9)
#define URL_SpamSafe (1 << 10)
+#define URL_MultipartEnc (1 << 11)
+
/*
* Access methods to fields inside DilloURL.
* (non '_'-ended macros MUST use these for initialization sake)