aboutsummaryrefslogtreecommitdiffstats
path: root/include/SimpleHandlers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SimpleHandlers.hpp')
-rw-r--r--include/SimpleHandlers.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SimpleHandlers.hpp b/include/SimpleHandlers.hpp
index 06dfcd1..aef2372 100644
--- a/include/SimpleHandlers.hpp
+++ b/include/SimpleHandlers.hpp
@@ -3,6 +3,8 @@
#include "Handler.hpp"
namespace Handler {
+ json sayHandler(std::string const &arguments, std::string const &session, void *payload);
+
json helpHandler(std::string const &arguments, std::string const &session, void *payload);
json stopHandler(std::string const &arguments, std::string const &session, void *payload);