aboutsummaryrefslogtreecommitdiff
path: root/PresenceLog.hs
diff options
context:
space:
mode:
Diffstat (limited to 'PresenceLog.hs')
-rw-r--r--PresenceLog.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/PresenceLog.hs b/PresenceLog.hs
index 9c516a8db..ccb75ff5b 100644
--- a/PresenceLog.hs
+++ b/PresenceLog.hs
@@ -15,10 +15,12 @@ module PresenceLog (
LogStatus(..),
addLog,
readLog,
+ parseLog,
writeLog,
logNow,
compactLog,
- currentLog
+ currentLog,
+ LogLine
) where
import Data.Time.Clock.POSIX