summaryrefslogtreecommitdiff
path: root/src/inlines.h
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-02-16 12:06:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-02-16 12:06:51 -0800
commit2bcca4c2118733f14a91eaf585e8ff97e216b6bd (patch)
tree5302f78894bcf100e7e8172c0289bb30ea3e5f0d /src/inlines.h
parent5de2e4e9d39fd918d041169e2759d4f4b57a0cc6 (diff)
Made 'options' an int rather than a long.
For consistency with the API.
Diffstat (limited to 'src/inlines.h')
-rw-r--r--src/inlines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inlines.h b/src/inlines.h
index 4ed2391..9e56790 100644
--- a/src/inlines.h
+++ b/src/inlines.h
@@ -8,7 +8,7 @@ extern "C" {
unsigned char *cmark_clean_url(cmark_chunk *url);
unsigned char *cmark_clean_title(cmark_chunk *title);
-void cmark_parse_inlines(cmark_node* parent, cmark_reference_map *refmap, long options);
+void cmark_parse_inlines(cmark_node* parent, cmark_reference_map *refmap, int options);
int cmark_parse_reference_inline(cmark_strbuf *input, cmark_reference_map *refmap);