summaryrefslogtreecommitdiffstats
path: root/include/ismounted.h
diff options
context:
space:
mode:
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 */