X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Flib.rs;h=9fffc70a0031e8b27f54a44c1cfdd88e03add2c2;hb=b6a06599136de2d436ecbb1f98c760f56f1f210f;hp=044c3288d8cc13fd8392330ff7bca4ecbf53d3c2;hpb=04fcb2d0d013cfb63ed656de156f0659f1b1411e;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;