From 2be63668af1cadf846ae2d44a0fd5c909ceaf47e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 4 Apr 2020 11:32:54 +0200 Subject: Add plugins --- config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index e69b298..4838ea6 100644 --- a/config.h +++ b/config.h @@ -56,6 +56,10 @@ class Config std::string User() const; std::string Group() const; + const std::vector& PluginDirectories() const; + const std::vector& Sites() const; + const std::vector& Sockets() const; + void dump() const; }; -- cgit v1.2.3