From f3f9aa31dc86582ed1a7ddc64bdeebeb213add7a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 4 May 2026 17:17:32 +0200 Subject: feat(go): update bindings --- include/typdown.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/typdown.h') 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 *); -- cgit v1.2.3