aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9ec45e4..d636be7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -27,6 +27,7 @@ mod item;
mod xchan;
pub use client::Client;
+pub use error::Error;
pub fn client(url: &str, user: &str, pw: &str) -> Client
{