From 4b9d67a23d8db22ad6772cdb7af94b02f9a59b22 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 10 Jan 2013 15:58:52 +0100 Subject: libmount: add mnt_fs_get_propagation() Signed-off-by: Karel Zak --- libmount/src/libmount.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmount/src/libmount.h.in') diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in index b93011aa8..e716f8f0c 100644 --- a/libmount/src/libmount.h.in +++ b/libmount/src/libmount.h.in @@ -330,6 +330,8 @@ extern const char *mnt_fs_get_options(struct libmnt_fs *fs) extern const char *mnt_fs_get_optional_fields(struct libmnt_fs *fs) __ul_attribute__((nonnull)) __ul_attribute__((warn_unused_result)); +extern int mnt_fs_get_propagation(struct libmnt_fs *fs, unsigned long *flags); + extern int mnt_fs_set_options(struct libmnt_fs *fs, const char *optstr); extern int mnt_fs_append_options(struct libmnt_fs *fs, const char *optstr); extern int mnt_fs_prepend_options(struct libmnt_fs *fs, const char *optstr); -- cgit v1.2.3-55-g7522