From c0ccf16c69d43a89674640c61d13ec2c02b128d6 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 10 Apr 2020 15:36:59 +0200 Subject: First working plugin: static-files --- plugin_interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin_interface.h') diff --git a/plugin_interface.h b/plugin_interface.h index 9fc2085..c0a95b9 100644 --- a/plugin_interface.h +++ b/plugin_interface.h @@ -5,8 +5,8 @@ #include #include -typedef std::string(*plugin_interface_getter_type)(const std::string& key); -typedef void(*plugin_interface_setter_type)(const std::string& key, const std::string& value); +typedef std::string(plugin_interface_getter_type)(const std::string& key); +typedef void(plugin_interface_setter_type)(const std::string& key, const std::string& value); class BOOST_SYMBOL_VISIBLE webserver_plugin_interface { public: -- cgit v1.2.3