From 16d963d2f540eaa7280fd795840cc994e49f644d Mon Sep 17 00:00:00 2001
From: Robin Krahl <robin.krahl@ireas.org>
Date: Mon, 10 Dec 2018 15:50:19 +0000
Subject: Re-export device::{StorageStatus, VolumeStatus} in lib.rs

---
 src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib.rs b/src/lib.rs
index df16ea7..e70aa73 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -99,7 +99,7 @@ mod util;
 
 pub use auth::{Admin, Authenticate, User};
 pub use config::Config;
-pub use device::{connect, Device, DeviceWrapper, Pro, Storage};
+pub use device::{connect, Device, DeviceWrapper, Pro, Storage, StorageStatus, VolumeStatus};
 pub use otp::{ConfigureOtp, GenerateOtp, OtpMode, OtpSlotData};
 pub use pws::{GetPasswordSafe, PasswordSafe, SLOT_COUNT};
 pub use util::{CommandError, LogLevel};
-- 
cgit v1.2.3