From 0d54bbf08674174c1e7b91ce39984c29b78cf0ba Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 27 Sep 2023 01:07:54 +0200 Subject: http.h: Remove stale comment This shall be replaced with more meaningful man pages for all functions in slweb. --- include/slweb/http.h | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3