aboutsummaryrefslogtreecommitdiff
path: root/typst/typst.h
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 16:14:49 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 16:14:49 +0200
commit007af47ed42931b887483be6ec95073c198ab07f (patch)
treee626be89b4ea0f61025d6a85ef2d7075b878371e /typst/typst.h
parent4551f9c554c1fef32ef2b7e55b01b1fb90186cbf (diff)
feat(typst): extern rust functions for C ABI
Diffstat (limited to 'typst/typst.h')
-rw-r--r--typst/typst.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/typst/typst.h b/typst/typst.h
new file mode 100644
index 0000000..ca6c21f
--- /dev/null
+++ b/typst/typst.h
@@ -0,0 +1,2 @@
+extern const char *typst_generateSVG(const char*);
+extern void typst_freeSVG(const char*);