1
0
Fork 0

http.h: Remove stale comment

This shall be replaced with more meaningful man pages for all functions
in slweb.
This commit is contained in:
Xavier Del Campo Romero 2023-09-27 01:07:54 +02:00
parent 5659eb6439
commit 0d54bbf086
Signed by untrusted user: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 0 additions and 1 deletions

View File

@ -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);