summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-12 16:52:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-12 16:52:01 -0400
commitcad916d92695c7c04d3cdacbcd333a2dcd109d53 (patch)
tree7a0b3b42e977f99cea556ae1a43fbcec45018544 /Backend.hs
parent921313bcc706f054c33c3eb923c47955710cd0a3 (diff)
hookup annexgetfile
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Backend.hs b/Backend.hs
index f03f098cf..9d1b0cdbe 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -19,6 +19,8 @@
module Backend (
lookupBackend,
storeFile,
+ retrieveFile,
+ lookupKey,
dropFile
) where