summaryrefslogtreecommitdiffstats
path: root/libmount/src/libmount.sym
diff options
context:
space:
mode:
authorKarel Zak2013-08-21 10:01:23 +0200
committerKarel Zak2013-08-21 10:01:23 +0200
commit32953aebdd355b00fed519a06b015f63e6e3af1e (patch)
treee1f406baac065ea35d4cd94fbc70254927b85c6a /libmount/src/libmount.sym
parentpylibmount: remove unnecessary code (diff)
downloadkernel-qcow2-util-linux-32953aebdd355b00fed519a06b015f63e6e3af1e.tar.gz
kernel-qcow2-util-linux-32953aebdd355b00fed519a06b015f63e6e3af1e.tar.xz
kernel-qcow2-util-linux-32953aebdd355b00fed519a06b015f63e6e3af1e.zip
libmount: add function for context userdata
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/libmount.sym')
-rw-r--r--libmount/src/libmount.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmount/src/libmount.sym b/libmount/src/libmount.sym
index be140000b..ae0bc59f8 100644
--- a/libmount/src/libmount.sym
+++ b/libmount/src/libmount.sym
@@ -259,6 +259,9 @@ global:
MOUNT_2.24 {
global:
+ mnt_context_get_fstab_userdata;
+ mnt_context_get_fs_userdata;
+ mnt_context_get_mtab_userdata;
mnt_fs_append_comment;
mnt_fs_get_comment;
mnt_fs_set_comment;