We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7e180 commit 9baa0aeCopy full SHA for 9baa0ae
src/librustdoc/html/markdown.rs
@@ -141,6 +141,8 @@ extern {
141
142
fn hoedown_buffer_new(unit: libc::size_t) -> *mut hoedown_buffer;
143
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
+
146
fn hoedown_buffer_free(b: *mut hoedown_buffer);
147
fn hoedown_escape_html(ob: *mut hoedown_buffer,
148
src: *const libc::uint8_t,
0 commit comments