From b235228768645c11d3ef138ddba839c7dd529567 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 25 Nov 2012 22:28:38 +0000 Subject: Have root confirm some commands that so far gave no feedback at all, since "no news is good news" can be a little confusing. --- lib/http_client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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: */ -- cgit v1.2.3