Whamcloud - gitweb
Check the returned name from blkid_get_devname in tune2fs and
[tools/e2fsprogs.git] / misc / fsck.h
index 9fdbce4..56afcf9 100644 (file)
@@ -2,6 +2,8 @@
  * fsck.h
  */
 
+#include <time.h>
+
 #ifdef __STDC__
 #define NOARGS void
 #else
@@ -57,5 +59,5 @@ struct fsck_instance {
        struct fsck_instance *next;
 };
 
-extern char *base_device(char *device);
-
+extern char *base_device(const char *device);
+extern const char *identify_fs(const char *fs_name, const char *fs_types);