aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_client.h')
-rw-r--r--lib/http_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/http_client.h b/lib/http_client.h
index 48b711a4..e2c0319a 100644
--- a/lib/http_client.h
+++ b/lib/http_client.h
@@ -41,6 +41,8 @@ typedef enum http_client_flags
{
HTTPC_STREAMING = 1,
HTTPC_EOF = 2,
+
+ /* Let's reserve 0x1000000+ for lib users. */
} http_client_flags_t;
/* Your callback function should look like this: */