mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[main/httpd] Configurable web root directory over cli parameter
This commit is contained in:
@@ -157,7 +157,7 @@ int
|
||||
httpd_basic_auth(struct evhttp_request *req, const char *user, const char *passwd, const char *realm);
|
||||
|
||||
int
|
||||
httpd_init(void);
|
||||
httpd_init(const char *webroot);
|
||||
|
||||
void
|
||||
httpd_deinit(void);
|
||||
|
||||
Reference in New Issue
Block a user