Skip to content

Commit 1676b01

Browse files
committed
Update to rust master
1 parent d0d21ca commit 1676b01

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

libgit2-sys/lib.rs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ extern crate "libssh2-sys" as libssh2;
88

99
pub use git_ref_t::*;
1010
pub use git_branch_t::*;
11+
pub use git_error_code::*;
12+
pub use git_repository_state_t::*;
13+
pub use git_direction::*;
14+
pub use git_clone_local_t::*;
15+
pub use git_remote_completion_type::*;
16+
pub use git_checkout_notify_t::*;
17+
pub use git_checkout_strategy_t::*;
18+
pub use git_reset_t::*;
19+
pub use git_otype::*;
20+
pub use git_filemode_t::*;
21+
pub use git_treewalk_mode::*;
22+
pub use git_config_level_t::*;
23+
pub use git_submodule_update_t::*;
24+
pub use git_submodule_ignore_t::*;
25+
pub use git_credtype_t::*;
26+
pub use git_repository_init_flag_t::*;
27+
pub use git_repository_init_mode_t::*;
28+
pub use git_index_add_option_t::*;
1129

1230
use libc::{c_int, c_char, c_uint, size_t, c_uchar, c_void, c_ushort};
1331

0 commit comments

Comments
 (0)