diff options
Diffstat (limited to 'LocationLog.hs')
-rw-r--r-- | LocationLog.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LocationLog.hs b/LocationLog.hs index a939af825..f1e54432c 100644 --- a/LocationLog.hs +++ b/LocationLog.hs @@ -24,6 +24,8 @@ module LocationLog ( LogStatus(..), logChange, logFile, + readLog, + writeLog, keyLocations ) where |