diff options
Diffstat (limited to 'typst/typst.h')
| -rw-r--r-- | typst/typst.h | 2 |
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*); |
