summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2010-07-21 14:18:02 +0200
committerKarel Zak2011-01-03 12:28:40 +0100
commit3c5e4ef8881272a97edb2a01649780c9b5bbcf3b (patch)
treef1a5125781371eef547f907ece4e593f5ec69d8a /shlibs/mount/src/mount.sym
parentlibmount: remove fs and tab printf functions (diff)
downloadkernel-qcow2-util-linux-3c5e4ef8881272a97edb2a01649780c9b5bbcf3b.tar.gz
kernel-qcow2-util-linux-3c5e4ef8881272a97edb2a01649780c9b5bbcf3b.tar.xz
kernel-qcow2-util-linux-3c5e4ef8881272a97edb2a01649780c9b5bbcf3b.zip
libmount: add unmangle/mangle() functions to API
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym2
1 files changed, 2 insertions, 0 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index a33c7f261..7824597c0 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -55,6 +55,7 @@ global:
mnt_lock_file;
mnt_lock_get_linkfile;
mnt_lock_get_lockfile;
+ mnt_mangle;
mnt_match_fstype;
mnt_match_options;
mnt_new_cache;
@@ -132,6 +133,7 @@ global:
mnt_tab_set_parser_errcb;
mnt_tab_update_file;
mnt_unlock_file;
+ mnt_unmangle;
local:
*;
};