summaryrefslogtreecommitdiffstats
path: root/include/ismounted.h
diff options
context:
space:
mode:
authorKarel Zak2009-02-18 15:06:49 +0100
committerKarel Zak2009-02-18 15:09:34 +0100
commit607c2a72952fc3c3e5014b447ba6b7d9f97b0ea1 (patch)
tree973758cdd662dfecea18502375c257ddb7018a24 /include/ismounted.h
parentblkid: fix low-probe mode return codes (diff)
downloadkernel-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/ismounted.h')
-rw-r--r--include/ismounted.h6
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 */