diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-16 11:53:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-16 11:53:46 -0400 |
commit | 5eb76d2b033436973e0732215fa9d0227a2187bf (patch) | |
tree | 8df6807f474224d3635229f460ef7ec43fde98c6 /LocationLog.hs | |
parent | 744638197f51811fca13a37c7bbc51dfb626793b (diff) |
improve upgrade
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 |