]> git.ipfire.org Git - thirdparty/util-linux.git/blob - mount/lomount.h
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / mount / lomount.h
1 extern int verbose;
2 extern int set_loop (const char *, const char *, int, const char *, int *);
3 extern int del_loop (const char *);
4 extern int is_loop_device (const char *);
5 extern char * find_unused_loop_device (void);