aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7a17269..1be4c92 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-pub mod abconfig;
+mod abconfig;
mod abook;
mod channel_stream;
mod client;
@@ -24,6 +24,7 @@ mod item;
mod network_stream;
mod xchan;
+pub use abconfig::ABConfig;
pub use abook::abook;
pub use channel_stream::channel_stream;
pub use client::*;