summaryrefslogtreecommitdiffstats
path: root/g13/mount.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-10-15 19:20:41 +0200
committerWerner Koch <wk@gnupg.org>2009-10-15 19:20:41 +0200
commit598bf9199e89a53bc0ffd2e32141a42d5ec85184 (patch)
tree0a5d888558adc8f13d873bbf93c639f5aaebb738 /g13/mount.h
parentmount does now work in server and standalone mode. (diff)
downloadgnupg2-598bf9199e89a53bc0ffd2e32141a42d5ec85184.tar.xz
gnupg2-598bf9199e89a53bc0ffd2e32141a42d5ec85184.zip
Reworked the server commands.
Track mounts. --create does now work as expected.
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*/