diff options
Diffstat (limited to 'pathfs_frontend/args.go')
-rw-r--r-- | pathfs_frontend/args.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pathfs_frontend/args.go b/pathfs_frontend/args.go deleted file mode 100644 index 91f9ba7..0000000 --- a/pathfs_frontend/args.go +++ /dev/null @@ -1,12 +0,0 @@ -package pathfs_frontend - -// Container for arguments that are passed from main() to pathfs_frontend -type Args struct { - Masterkey []byte - Cipherdir string - OpenSSL bool - PlaintextNames bool - DirIV bool - EMENames bool - GCMIV128 bool -} |