summaryrefslogtreecommitdiff
path: root/utility/mount-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'utility/mount-helpers.h')
-rw-r--r--utility/mount-helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utility/mount-helpers.h b/utility/mount-helpers.h
index ee745359..c5554b36 100644
--- a/utility/mount-helpers.h
+++ b/utility/mount-helpers.h
@@ -14,6 +14,7 @@ int runcmd(const gchar *argv[], gchar **output);
int same_vfs(const char *mnt_a, const char *mnt_b);
char *stringify_hex(uint8_t *binary, size_t length);
uint8_t *hexify_string(char *string, uint8_t *binary, size_t length);
+void shred(const char *keyfile);
/* Loopback device attach/detach helpers. */
gchar *loop_attach(int fd, const char *name);