summaryrefslogtreecommitdiff
path: root/misc/fsck.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-03-17 23:17:13 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-03-17 23:17:13 -0400
commit2d328bb76d2d63bdfdba923b54c28bd686bd8fec (patch)
tree1fed780f438de72083387ebaa81f4cbccd2aaf2c /misc/fsck.h
parenta7c9cb7d0dc464eda26958595b728a6c3a4cacbc (diff)
downloade2fsprogs-2d328bb76d2d63bdfdba923b54c28bd686bd8fec.tar.gz
Fix miscellaneous gcc -Wall warnings
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/fsck.h')
-rw-r--r--misc/fsck.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/fsck.h b/misc/fsck.h
index 55cb5258..8a0f70e3 100644
--- a/misc/fsck.h
+++ b/misc/fsck.h
@@ -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);