summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/libmount.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/src/libmount.h.in')
-rw-r--r--shlibs/mount/src/libmount.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/shlibs/mount/src/libmount.h.in b/shlibs/mount/src/libmount.h.in
index 3ea2f9255..15222083f 100644
--- a/shlibs/mount/src/libmount.h.in
+++ b/shlibs/mount/src/libmount.h.in
@@ -308,6 +308,9 @@ extern int mnt_table_find_next_fs(struct libmnt_table *tb,
int (*match_func)(struct libmnt_fs *, void *), void *userdata,
struct libmnt_fs **fs);
+extern int mnt_table_is_fs_mounted(struct libmnt_table *tb, struct libmnt_fs *fstab_fs);
+
+
/* tab_update.c */
extern struct libmnt_update *mnt_new_update(void);
extern void mnt_free_update(struct libmnt_update *upd);