summaryrefslogtreecommitdiff
path: root/src/autolink.h
diff options
context:
space:
mode:
authorXavier Mendez <jmendeth@gmail.com>2013-09-21 11:24:30 +0200
committerXavier Mendez <jmendeth@gmail.com>2013-09-21 11:24:30 +0200
commit9af2b5587e621ca632937628abe2c98545b7d8ec (patch)
treedb7217a2cac34bb22e41572463adf6bd94bdf6df /src/autolink.h
parentbdefe91629bef05ce3f8ee723446e867e5492097 (diff)
downloadrust-hoedown-9af2b5587e621ca632937628abe2c98545b7d8ec.tar.gz
API: let's stick to `is_*`
Diffstat (limited to 'src/autolink.h')
-rw-r--r--src/autolink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autolink.h b/src/autolink.h
index 44b4d5b..1bc01c9 100644
--- a/src/autolink.h
+++ b/src/autolink.h
@@ -14,7 +14,7 @@ enum {
};
int
-hoedown_autolink_issafe(const uint8_t *link, size_t link_len);
+hoedown_autolink_is_safe(const uint8_t *link, size_t link_len);
size_t
hoedown_autolink__www(size_t *rewind_p, struct hoedown_buffer *link,