X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Flib.rs;h=9fffc70a0031e8b27f54a44c1cfdd88e03add2c2;hb=143087ac211ffc225d993cec7033422c42d7f4d3;hp=044c3288d8cc13fd8392330ff7bca4ecbf53d3c2;hpb=a132c4d7f8648278537854ae08a83d704853ed42;p=ldk-c-bindings diff --git a/lightning-c-bindings/src/lib.rs b/lightning-c-bindings/src/lib.rs index 044c328..9fffc70 100644 --- a/lightning-c-bindings/src/lib.rs +++ b/lightning-c-bindings/src/lib.rs @@ -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;