summaryrefslogtreecommitdiffstats
path: root/mount/lomount.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount/lomount.h')
-rw-r--r--mount/lomount.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mount/lomount.h b/mount/lomount.h
new file mode 100644
index 000000000..00a49f558
--- /dev/null
+++ b/mount/lomount.h
@@ -0,0 +1,4 @@
+extern int verbose;
+extern int set_loop (const char *, const char *, int, const char *, int *);
+extern int del_loop (const char *);
+extern char * find_unused_loop_device (void);