Update auto-generated C bindings with new documentation
[ldk-c-bindings] / lightning-c-bindings / src / lib.rs
index 044c3288d8cc13fd8392330ff7bca4ecbf53d3c2..9fffc70a0031e8b27f54a44c1cfdd88e03add2c2 100644 (file)
@@ -1,3 +1,11 @@
+// This file is Copyright its original authors, visible in version control
+// history and in the source files from which this was generated.
+//
+// This file is licensed under the license available in the LICENSE or LICENSE.md
+// file in the root of this repository or, if no such file exists, the same
+// license as that which applies to the original source files from which this
+// source was automatically generated.
+
 //!lightning
 //! Rust-Lightning, not Rusty's Lightning!
 //!
@@ -17,8 +25,8 @@
 #![allow(unused_unsafe)]
 #![allow(unused_braces)]
 #![deny(missing_docs)]
-mod c_types;
-mod bitcoin;
+pub mod c_types;
+pub mod bitcoin;
 pub mod util;
 pub mod chain;
 pub mod ln;