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