Update auto-generated bindings to match latest upstream
[ldk-c-bindings] / lightning-c-bindings / src / lightning / mod.rs
index e473d63115c254d918ca181bdf5ffd900bd02ccb..ddbcbb7a8657c4766850d4c21728e63c019fb0e6 100644 (file)
@@ -25,3 +25,11 @@ pub mod util;
 pub mod chain;
 pub mod ln;
 pub mod routing;
+mod prelude {
+
+use std::str::FromStr;
+use std::ffi::c_void;
+use bitcoin::hashes::Hash;
+use crate::c_types::*;
+
+}