aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/typdown.h5
1 files changed, 4 insertions, 1 deletions
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 <stdint.h>
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 *);