From 3e00c224007db19cdc7869435967c5decea570a5 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 1 May 2026 18:33:16 +0200 Subject: feat(lib): introduce document notion in C ABI --- include/typdown.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/typdown.h') diff --git a/include/typdown.h b/include/typdown.h index 51821a0..8de37d8 100644 --- a/include/typdown.h +++ b/include/typdown.h @@ -2,4 +2,7 @@ #include char * typdown_getErrorString(uint8_t); -char * typdown_parse(char *, uint8_t *); + +void * typdown_parse(char *, uint8_t *); +void typdown_free(void *); +char * typdown_renderHTML(void *, uint8_t *); -- cgit v1.2.3