Update auto-generated bindings
[ldk-c-bindings] / lightning-c-bindings / src / lightning / onion_message / mod.rs
index ad9bd5ddafda26b6245c446892a99cffff076c51..51cfdbcba68e637c8a1ee2434a394076da44f59e 100644 (file)
@@ -20,6 +20,7 @@
 //! [blinded paths]: crate::blinded_path::BlindedPath
 
 use alloc::str::FromStr;
+use alloc::string::String;
 use core::ffi::c_void;
 use core::convert::Infallible;
 use bitcoin::hashes::Hash;
@@ -28,4 +29,5 @@ use crate::c_types::*;
 use alloc::{vec::Vec, boxed::Box};
 
 pub mod messenger;
+pub mod offers;
 pub mod packet;