diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-05-04 17:17:32 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-05-04 17:17:32 +0200 |
| commit | f3f9aa31dc86582ed1a7ddc64bdeebeb213add7a (patch) | |
| tree | 3ba16bfd945afb12a1569ce6dda5a2b915b6a0b7 /include/typdown.h | |
| parent | 8dc9a978fc2b0d01c20270b1b690e815e74fdcc7 (diff) | |
Diffstat (limited to 'include/typdown.h')
| -rw-r--r-- | include/typdown.h | 2 |
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 *); |
