aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/AnnotationTypes.hpp1
-rw-r--r--include/SimpleHandlers.hpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/AnnotationTypes.hpp b/include/AnnotationTypes.hpp
index 66d0b9d..8fba983 100644
--- a/include/AnnotationTypes.hpp
+++ b/include/AnnotationTypes.hpp
@@ -14,6 +14,7 @@ namespace Reply {
DECL_ENUM_ELEMENT(none),
DECL_ENUM_ELEMENT(bold),
DECL_ENUM_ELEMENT(italics),
+ DECL_ENUM_ELEMENT(attachment),
DECL_ENUM_ELEMENT(strikethrough),
DECL_ENUM_ELEMENT(underline),
DECL_ENUM_ELEMENT(command),
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