diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-02-22 12:10:33 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-28 17:56:15 -0800 |
| commit | cf08ed64584cd13eb3fb98ca07d3e3b987103c16 (patch) | |
| tree | 0eff7021a0cc89bf18f51a46f3c439fff3dcf16e /src/rt | |
| parent | 828595151cc714e1deabca763765e7d7633d97ec (diff) | |
fzzzy's patch for rustrt.def.in
adds new c/c++ methods bound in rust for uvtmp::uv
Diffstat (limited to 'src/rt')
| -rw-r--r-- | src/rt/rustrt.def.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index 5b62d606917..2c7265ff58a 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -99,6 +99,19 @@ rust_uvtmp_read_start rust_uvtmp_timer rust_uvtmp_delete_buf rust_uvtmp_get_req_id +rust_uvtmp_uv_loop_new +rust_uvtmp_uv_loop_set_data +rust_uvtmp_uv_bind_op_cb +rust_uvtmp_uv_stop_op_cb +rust_uvtmp_uv_run +rust_uvtmp_uv_close +rust_uvtmp_uv_close_async +rust_uvtmp_uv_close_timer +rust_uvtmp_uv_async_send +rust_uvtmp_uv_async_init +rust_uvtmp_uv_timer_init +rust_uvtmp_uv_timer_start +rust_uvtmp_uv_timer_stop rust_dbg_lock_create rust_dbg_lock_destroy rust_dbg_lock_lock |
