diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-27 01:07:54 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-27 21:55:58 +0200 |
| commit | 0d54bbf08674174c1e7b91ce39984c29b78cf0ba (patch) | |
| tree | b363c5ea5b21a568ad3249408002ac095f0f9efd | |
| parent | 5659eb6439e19732b90650fdd41092053e1b0498 (diff) | |
http.h: Remove stale comment
This shall be replaced with more meaningful man pages for all functions
in slweb.
| -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); |
