summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2010-07-09 12:15:16 +0200
committerKarel Zak2011-01-03 12:28:40 +0100
commit97569ecd862eb3ebec795e13c72a9b7d9e16b553 (patch)
tree1d59e45563e36ffbfc870bb85464986324fa6033 /shlibs/mount/src/mount.sym
parentlibmount: add mnt_fs_get_root() (diff)
downloadkernel-qcow2-util-linux-97569ecd862eb3ebec795e13c72a9b7d9e16b553.tar.gz
kernel-qcow2-util-linux-97569ecd862eb3ebec795e13c72a9b7d9e16b553.tar.xz
kernel-qcow2-util-linux-97569ecd862eb3ebec795e13c72a9b7d9e16b553.zip
libmount: clean up mount.sym file
The API is not stable yet, so it's possible to increment the current API version rather than create a new version. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym16
1 files changed, 6 insertions, 10 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index c4aa8e4f9..8a0fc3a81 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -3,7 +3,7 @@
* can't run with old libblkid.so not providing foo;
* version info can't enforce this since we never change the SONAME.
*/
-MOUNT_2.18 {
+MOUNT_2.19 {
global:
mnt_cache_device_has_tag;
mnt_cache_find_path;
@@ -20,19 +20,20 @@ global:
mnt_fs_fprintf;
mnt_fs_get_devno;
mnt_fs_get_freq;
+ mnt_fs_get_fs_optstr;
mnt_fs_get_fstype;
mnt_fs_get_id;
- mnt_fs_get_fs_optstr;
mnt_fs_get_option;
mnt_fs_get_optstr;
- mnt_fs_get_vfs_optstr;
mnt_fs_get_parent_id;
mnt_fs_get_passno;
+ mnt_fs_get_root;
mnt_fs_get_source;
mnt_fs_get_srcpath;
mnt_fs_get_tag;
mnt_fs_get_target;
mnt_fs_get_userdata;
+ mnt_fs_get_vfs_optstr;
mnt_fs_match_fstype;
mnt_fs_match_options;
mnt_fs_match_source;
@@ -49,6 +50,7 @@ global:
mnt_fstype_is_pseudofs;
mnt_get_builtin_optmap;
mnt_get_library_version;
+ mnt_init_debug;
mnt_iter_get_direction;
mnt_lock_file;
mnt_lock_get_linkfile;
@@ -125,17 +127,11 @@ global:
mnt_tab_parse_stream;
mnt_tab_remove_fs;
mnt_tab_set_cache;
- mnt_tab_set_parser_errcb;
mnt_tab_set_iter;
+ mnt_tab_set_parser_errcb;
mnt_tab_update_file;
mnt_unlock_file;
- mnt_init_debug;
local:
*;
};
-
-MOUNT_2.19 {
-global:
- mnt_fs_get_root;
-} MOUNT_2.18;