diff options
Diffstat (limited to 'lib/http_client.h')
-rw-r--r-- | lib/http_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http_client.h b/lib/http_client.h index 38175b70..48b711a4 100644 --- a/lib/http_client.h +++ b/lib/http_client.h @@ -40,6 +40,7 @@ struct http_request; typedef enum http_client_flags { HTTPC_STREAMING = 1, + HTTPC_EOF = 2, } http_client_flags_t; /* Your callback function should look like this: */ |