diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-25 22:28:38 +0000 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-11-25 22:28:38 +0000 | 
| commit | b235228768645c11d3ef138ddba839c7dd529567 (patch) | |
| tree | 545e11cc601d3162599f2b15edefe397cfcd01d6 /lib/http_client.h | |
| parent | 67f68282bb20ad3af6dfa6017b89b89ab0a1767f (diff) | |
Have root confirm some commands that so far gave no feedback at all, since
"no news is good news" can be a little confusing.
Diffstat (limited to 'lib/http_client.h')
| -rw-r--r-- | lib/http_client.h | 2 | 
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: */ | 
