summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.h.in
diff options
context:
space:
mode:
authorKarel Zak2013-11-19 17:41:28 +0100
committerKarel Zak2013-11-19 17:41:28 +0100
commita53cc4e0cb30eb55e5ccbd376d1ea803aefa060d (patch)
tree3da115b2873b666048f6cb9d0a55f0564b43de2f /libmount/src/libmount.h.in
parentfsck: add ext4 to list of filesystems with progress bars in fsck man page (diff)
downloadkernel-qcow2-util-linux-a53cc4e0cb30eb55e5ccbd376d1ea803aefa060d.tar.gz
kernel-qcow2-util-linux-a53cc4e0cb30eb55e5ccbd376d1ea803aefa060d.tar.xz
kernel-qcow2-util-linux-a53cc4e0cb30eb55e5ccbd376d1ea803aefa060d.zip
libmount: add mnt_tag_is_valid()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/libmount.h.in')
-rw-r--r--libmount/src/libmount.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in
index bb03363c8..8c8e739c9 100644
--- a/libmount/src/libmount.h.in
+++ b/libmount/src/libmount.h.in
@@ -197,6 +197,7 @@ extern char *mnt_mangle(const char *str)
extern char *mnt_unmangle(const char *str)
__ul_attribute__((warn_unused_result));
+extern int mnt_tag_is_valid(const char *tag);
extern int mnt_fstype_is_netfs(const char *type);
extern int mnt_fstype_is_pseudofs(const char *type);