aboutsummaryrefslogtreecommitdiffstats
path: root/include/SimpleHandlers.hpp
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-09-18 15:40:36 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-09-18 15:40:36 +0200
commit48d6a7408f2371c5b66482cc68ec2b801d444700 (patch)
tree9205b9e656d4b06d17e5abdabb478b9f917d64ce /include/SimpleHandlers.hpp
parentc24fa23e21091a1afb89418c03692cca63e39123 (diff)
downloadn_core-48d6a7408f2371c5b66482cc68ec2b801d444700.tar.gz
n_core-48d6a7408f2371c5b66482cc68ec2b801d444700.zip
started work on latex render command
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 aef2372..1121685 100644
--- a/include/SimpleHandlers.hpp
+++ b/include/SimpleHandlers.hpp
@@ -11,5 +11,7 @@ namespace Handler {
json wikiHandler(std::string const &arguments, std::string const &session, void *payload);
+ json latexRenderHandler(std::string const &arguments, std::string const &session, void *payload);
+
json klingerHandler(std::string const &arguments, std::string const &session, void *payload);
} \ No newline at end of file