Skip to content

Commit 945388a

Browse files
committed
1 parent bf26309 commit 945388a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libgit2-sys/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1292,3 +1292,7 @@ extern {
12921292
fn smoke() {
12931293
unsafe { git_threads_init(); }
12941294
}
1295+
1296+
pub fn issue_14344_workaround() {
1297+
libssh2::issue_14344_workaround();
1298+
}

0 commit comments

Comments
 (0)