aboutsummaryrefslogtreecommitdiffstats
path: root/g13/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'g13/mount.h')
-rw-r--r--g13/mount.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/g13/mount.h b/g13/mount.h
index 03b8264c9..f99426494 100644
--- a/g13/mount.h
+++ b/g13/mount.h
@@ -1,4 +1,4 @@
-/* mmount.h - Defs to mount a crypto container
+/* mount.h - Defs to mount a crypto container
* Copyright (C) 2009 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
@@ -23,6 +23,11 @@
gpg_error_t g13_mount_container (ctrl_t ctrl,
const char *filename,
const char *mountpoint);
+gpg_error_t g13_umount_container (ctrl_t ctrl,
+ const char *filename,
+ const char *mountpoint);
+
+gpg_error_t g13_is_container (ctrl_t ctrl, const char *filename);
#endif /*G13_MOUNT_H*/