Update auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lightning / util / mod.rs
index ea8cd46fb776bc6dce3a856382939e5221edaec0..2a1eb6024fb0d1f7c818cbdebe23470af6bb7bdd 100644 (file)
@@ -21,6 +21,8 @@ pub mod errors;
 pub mod ser;
 pub mod message_signing;
 pub mod invoice;
+pub mod persist;
+pub mod wakers;
 pub mod logger;
 pub mod config;
 mod fuzz_wrappers {
@@ -88,6 +90,17 @@ use crate::c_types::*;
 use alloc::{vec::Vec, boxed::Box};
 
 }
+}
+mod fairrwlock {
+
+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 zbase32 {
 
@@ -165,6 +178,17 @@ use crate::c_types::*;
 use alloc::{vec::Vec, boxed::Box};
 
 }
+}
+mod time {
+
+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 macro_logger {