Update auto-generated bindings to 0.0.106
[ldk-c-bindings] / lightning-c-bindings / src / lightning / mod.rs
index 7fbf9350c09f45cf5598f37cdb3e5da9de4ede56..d208a6f1bf5b7323345415751cde96a17d552bdc 100644 (file)
@@ -28,6 +28,17 @@ pub mod util;
 pub mod chain;
 pub mod ln;
 pub mod routing;
+mod io_extras {
+
+use alloc::str::FromStr;
+use core::ffi::c_void;
+use core::convert::Infallible;
+use bitcoin::hashes::Hash;
+use crate::c_types::*;
+#[cfg(feature="no-std")]
+use alloc::{vec::Vec, boxed::Box};
+
+}
 mod prelude {
 
 use alloc::str::FromStr;
@@ -39,3 +50,14 @@ use crate::c_types::*;
 use alloc::{vec::Vec, boxed::Box};
 
 }
+mod sync {
+
+use alloc::str::FromStr;
+use core::ffi::c_void;
+use core::convert::Infallible;
+use bitcoin::hashes::Hash;
+use crate::c_types::*;
+#[cfg(feature="no-std")]
+use alloc::{vec::Vec, boxed::Box};
+
+}