summaryrefslogtreecommitdiff
path: root/frontend/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/file.go')
-rw-r--r--frontend/file.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/file.go b/frontend/file.go
index 7b292bd..81590e8 100644
--- a/frontend/file.go
+++ b/frontend/file.go
@@ -2,8 +2,10 @@ package frontend
import (
"github.com/rfjakob/gocryptfs/cryptfs"
+ "github.com/rfjakob/cluefs/lib/cluefs"
)
type File struct {
- cryptfs.File
+ *cryptfs.CryptFile
+ *cluefs.File
}