aboutsummaryrefslogtreecommitdiff
path: root/typst/typst.h
diff options
context:
space:
mode:
Diffstat (limited to 'typst/typst.h')
-rw-r--r--typst/typst.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/typst/typst.h b/typst/typst.h
index ca6c21f..755314a 100644
--- a/typst/typst.h
+++ b/typst/typst.h
@@ -1,2 +1,4 @@
extern const char *typst_generateSVG(const char*);
-extern void typst_freeSVG(const char*);
+extern const char *typst_escapeMath(const char*);
+
+extern void typst_freeString(const char*);