diff options
Diffstat (limited to 'include')
| -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 *); |
