diff options
Diffstat (limited to 'include/slweb/http.h')
| -rw-r--r-- | include/slweb/http.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/slweb/http.h b/include/slweb/http.h index a9c9751..f5963dc 100644 --- a/include/slweb/http.h +++ b/include/slweb/http.h @@ -99,7 +99,6 @@ struct http_cfg struct http_ctx *http_alloc(const struct http_cfg *cfg); void http_free(struct http_ctx *h); -/* Positive return value: user input error, negative: fatal error. */ int http_update(struct http_ctx *h, bool *write, bool *close); int http_response_add_header(struct http_response *r, const char *header, const char *value); |
