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.
iterator
git_config_backend
1 parent a5af476 commit 833ed2fCopy full SHA for 833ed2f
libgit2-sys/lib.rs
@@ -99,6 +99,8 @@ pub struct git_config_backend {
99
pub del: Option<extern "C" fn(*mut git_config_backend, *const c_char) -> c_int>,
100
pub del_multivar:
101
Option<extern "C" fn(*mut git_config_backend, *const c_char, *const c_char) -> c_int>,
102
+ pub iterator:
103
+ Option<extern "C" fn(*mut *mut git_config_iterator, *mut git_config_backend) -> c_int>,
104
pub snapshot:
105
Option<extern "C" fn(*mut *mut git_config_backend, *mut git_config_backend) -> c_int>,
106
pub lock: Option<extern "C" fn(*mut git_config_backend) -> c_int>,
0 commit comments