]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - mount/mount_guess_fstype.h
Imported from util-linux-2.11o tarball.
[thirdparty/util-linux.git] / mount / mount_guess_fstype.h
index 9c0903b5413e839f9438024cabcb17fdca0bffc8..d005c9187b8d44a7eb827c300e7d7e10e51b4131 100644 (file)
@@ -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);