aboutsummaryrefslogtreecommitdiff
path: root/lib/typst/typdown_typst.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/typst/typdown_typst.h')
-rw-r--r--lib/typst/typdown_typst.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/typst/typdown_typst.h b/lib/typst/typdown_typst.h
new file mode 100644
index 0000000..755314a
--- /dev/null
+++ b/lib/typst/typdown_typst.h
@@ -0,0 +1,4 @@
+extern const char *typst_generateSVG(const char*);
+extern const char *typst_escapeMath(const char*);
+
+extern void typst_freeString(const char*);