Skip to content

Commit 9baa0ae

Browse files
committed
fixup
1 parent 0e7e180 commit 9baa0ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/html/markdown.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ extern {
141141

142142
fn hoedown_buffer_new(unit: libc::size_t) -> *mut hoedown_buffer;
143143
fn hoedown_buffer_puts(b: *mut hoedown_buffer, c: *const libc::c_char);
144+
fn hoedown_buffer_put(b: *mut hoedown_buffer, data: *const libc::c_void, len: libc::size_t);
145+
144146
fn hoedown_buffer_free(b: *mut hoedown_buffer);
145147
fn hoedown_escape_html(ob: *mut hoedown_buffer,
146148
src: *const libc::uint8_t,

0 commit comments

Comments
 (0)