summaryrefslogtreecommitdiffstats
path: root/mount/mount_guess_fstype.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount/mount_guess_fstype.h')
-rw-r--r--mount/mount_guess_fstype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mount/mount_guess_fstype.h b/mount/mount_guess_fstype.h
index 9c0903b54..d005c9187 100644
--- a/mount/mount_guess_fstype.h
+++ b/mount/mount_guess_fstype.h
@@ -8,7 +8,8 @@ struct mountargs {
extern int verbose;
-char *guess_fstype_from_superblock(const char *device);
+char *guess_fstype(const char *device);
+char *do_guess_fstype(const char *device);
int procfsloop(int (*mount_fn)(struct mountargs *), struct mountargs *args,
char **type);
int is_in_procfs(const char *fstype);