Fix: Conflicting types for hoedown functions
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
This commit is contained in:
parent
98444bd865
commit
79a728d7d2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user