]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blobdiff - src/Configuration.hs
Attempt to implement article downloading.
[dead/lwn-epub.git] / src / Configuration.hs
index 457480a19a3debea6b86b3c9da99ea2ad79d1f0a..5745d095b9e9de204012889e0f55c2bf83180a68 100644 (file)
@@ -1,6 +1,7 @@
 module Configuration (
   Cfg(..),
-  get_cfg
+  get_cfg,
+  use_account
   )
 where