Whamcloud - gitweb
e2freefrag: Display the total number of free extents
[tools/e2fsprogs.git] / misc / fsck.h
index 55cb525..8a0f70e 100644 (file)
@@ -68,3 +68,6 @@ struct fsck_instance {
 
 extern char *base_device(const char *device);
 extern const char *identify_fs(const char *fs_name, const char *fs_types);
+
+/* ismounted.h */
+extern int is_mounted(const char *file);