aboutsummaryrefslogtreecommitdiff
path: root/web/apache/service
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-14 16:29:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-16 16:42:35 +0200
commit03905bcf1bcfd9e7932fcac4283c5817058a25ce (patch)
treeb643d3bedf436bfcd8956b25133d5674b6b18e36 /web/apache/service
parent96281a6c4f818311a6df90c0d8b8f537a61e1090 (diff)
Invent root path web interface configuration option
Diffstat (limited to 'web/apache/service')
-rw-r--r--web/apache/service2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apache/service b/web/apache/service
index 7ac01a2..33d5a0a 100644
--- a/web/apache/service
+++ b/web/apache/service
@@ -112,7 +112,7 @@ namespace web
init_worker (log& l) noexcept;
static const char*
- add_option (cmd_parms *parms, void *mconfig, const char *value) noexcept;
+ add_option (cmd_parms* parms, void* mconfig, const char* args) noexcept;
template <typename M>
int handle (request& r, log& l) noexcept;