[httpd] Addendum to commit 017e09d: More fixing up of libevent warnings

This commit is contained in:
ejurgensen
2022-12-26 17:16:58 +01:00
parent fc83d807e0
commit c23c2fdc45
3 changed files with 22 additions and 13 deletions

View File

@@ -161,6 +161,9 @@ httpd_admin_check_auth(struct evhttp_request *req);
int
httpd_basic_auth(struct evhttp_request *req, const char *user, const char *passwd, const char *realm);
void
httpd_peer_get(const char **address, ev_uint16_t *port, struct evhttp_connection *evcon);
int
httpd_init(const char *webroot);