diff options
author | Karel Zak | 2009-02-18 15:06:49 +0100 |
---|---|---|
committer | Karel Zak | 2009-02-18 15:09:34 +0100 |
commit | 607c2a72952fc3c3e5014b447ba6b7d9f97b0ea1 (patch) | |
tree | 973758cdd662dfecea18502375c257ddb7018a24 /include | |
parent | blkid: fix low-probe mode return codes (diff) | |
download | kernel-qcow2-util-linux-607c2a72952fc3c3e5014b447ba6b7d9f97b0ea1.tar.gz kernel-qcow2-util-linux-607c2a72952fc3c3e5014b447ba6b7d9f97b0ea1.tar.xz kernel-qcow2-util-linux-607c2a72952fc3c3e5014b447ba6b7d9f97b0ea1.zip |
fsck: move fsck from e2fsprogs to util-linux-ng
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/ismounted.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ismounted.h b/include/ismounted.h new file mode 100644 index 000000000..2b7cca022 --- /dev/null +++ b/include/ismounted.h @@ -0,0 +1,6 @@ +#ifndef IS_MOUNTED_H +#define IS_MOUNTED_H + +extern int is_mounted(const char *file); + +#endif /* IS_MOUNTED_H */ |