diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-03-17 23:17:13 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-03-17 23:17:13 -0400 |
commit | 2d328bb76d2d63bdfdba923b54c28bd686bd8fec (patch) | |
tree | 1fed780f438de72083387ebaa81f4cbccd2aaf2c /misc/fsck.h | |
parent | a7c9cb7d0dc464eda26958595b728a6c3a4cacbc (diff) | |
download | e2fsprogs-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.h | 3 |
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); |