summaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 72ce9b1..4f788d8 100644
--- a/config.h
+++ b/config.h
@@ -76,6 +76,7 @@ class Config
/// param[in] requested_host e.g. www.domain.com:8080 or www.domain.com
std::string DocRoot(const Socket& socket, const std::string& requested_host, const std::string& requested_path) const;
+ std::string GetPlugin(const Socket& socket, const std::string& requested_host, const std::string& requested_path) const;
// return true iff plugin "name" is mentioned in config
bool PluginIsConfigured(const std::string& name) const;