Fix: Conflicting types for hoedown functions

Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
This commit is contained in:
TheLastRar 2022-11-01 13:46:30 +00:00
parent 98444bd865
commit 79a728d7d2

View File

@ -150,7 +150,7 @@ hoedown_autolink__www(
uint8_t *data,
size_t max_rewind,
size_t size,
unsigned int flags)
hoedown_autolink_flags flags)
{
size_t link_end;
@ -186,7 +186,7 @@ hoedown_autolink__email(
uint8_t *data,
size_t max_rewind,
size_t size,
unsigned int flags)
hoedown_autolink_flags flags)
{
size_t link_end, rewind;
int nb = 0, np = 0;
@ -242,7 +242,7 @@ hoedown_autolink__url(
uint8_t *data,
size_t max_rewind,
size_t size,
unsigned int flags)
hoedown_autolink_flags flags)
{
size_t link_end, rewind = 0, domain_len;