Skip to content

Commit 9116dbc

Browse files
committed
Make hyper_userdata_drop visible in rust as well as C code
1 parent b414b40 commit 9116dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ffi/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pub use self::http_types::*;
5454
pub use self::io::*;
5555
pub use self::server::*;
5656
pub use self::task::*;
57+
pub use self::userdata::hyper_userdata_drop;
5758

5859
/// Return in iter functions to continue iterating.
5960
pub const HYPER_ITER_CONTINUE: libc::c_int = 0;

0 commit comments

Comments
 (0)