summaryrefslogtreecommitdiffstats
path: root/g13/be-encfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'g13/be-encfs.h')
-rw-r--r--g13/be-encfs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/g13/be-encfs.h b/g13/be-encfs.h
index 8ac35f947..744c16aee 100644
--- a/g13/be-encfs.h
+++ b/g13/be-encfs.h
@@ -26,17 +26,16 @@ gpg_error_t be_encfs_get_detached_name (const char *fname,
char **r_name, int *r_isdir);
gpg_error_t be_encfs_create_new_keys (membuf_t *mb);
-gpg_error_t be_encfs_create_container (ctrl_t ctrl,
+gpg_error_t be_encfs_create_container (ctrl_t ctrl,
const char *fname,
tupledesc_t tuples,
unsigned int *r_id);
gpg_error_t be_encfs_mount_container (ctrl_t ctrl,
- const char *fname,
+ const char *fname,
const char *mountpoint,
tupledesc_t tuples,
unsigned int *r_id);
#endif /*G13_BE_ENCFS_H*/
-