diff options
Diffstat (limited to 'mount/lomount.h')
-rw-r--r-- | mount/lomount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/lomount.h b/mount/lomount.h index 59108d40..d24d8b62 100644 --- a/mount/lomount.h +++ b/mount/lomount.h @@ -1,5 +1,5 @@ extern int set_loop(const char *, const char *, unsigned long long, unsigned long long, - const char *, int, int *); + const char *, int, int *, int, int); extern int del_loop(const char *); extern int is_loop_device(const char *); extern int is_loop_autoclear(const char *device); |