mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[-] Misc housekeeping (minor memleaks, invalid free's)
This commit is contained in:
@@ -56,7 +56,7 @@ char *
|
||||
httpd_fixup_uri(struct evhttp_request *req);
|
||||
|
||||
int
|
||||
httpd_basic_auth(struct evhttp_request *req, char *user, char *passwd, char *realm);
|
||||
httpd_basic_auth(struct evhttp_request *req, const char *user, const char *passwd, const char *realm);
|
||||
|
||||
int
|
||||
httpd_init(void);
|
||||
|
||||
Reference in New Issue
Block a user