aboutsummaryrefslogtreecommitdiff
path: root/include/typdown.h
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-05-04 17:17:32 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-05-04 17:17:32 +0200
commitf3f9aa31dc86582ed1a7ddc64bdeebeb213add7a (patch)
tree3ba16bfd945afb12a1569ce6dda5a2b915b6a0b7 /include/typdown.h
parent8dc9a978fc2b0d01c20270b1b690e815e74fdcc7 (diff)
feat(go): update bindingsHEADmain
Diffstat (limited to 'include/typdown.h')
-rw-r--r--include/typdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/typdown.h b/include/typdown.h
index e9d7f19..0e954d4 100644
--- a/include/typdown.h
+++ b/include/typdown.h
@@ -17,4 +17,4 @@ char * typdown_getErrorString(uint8_t);
struct typdown_Document typdown_parse(char *);
void typdown_free(struct typdown_Document);
-char * typdown_renderHTML(struct typdown_Document, uint8_t *);
+char * typdown_renderHTML(void *, uint8_t *);