]> err.no Git - util-linux/commitdiff
libmount: update symbols table
authorKarel Zak <kzak@redhat.com>
Mon, 1 Mar 2010 21:31:51 +0000 (22:31 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Jun 2010 13:20:11 +0000 (15:20 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/src/mount.sym

index 0f2fc6b7d80fbb91aefdd66182191493dde3c466..f37214a67a2b998dac51404bf0d91c86257e654f 100644 (file)
 /*
- * The symbol versioning ensures that a new application requiring symbol foo()
- * can't run with old libblkid.so not providing foo() - the global SONAME
+ * The symbol versioning ensures that a new application requiring symbol foo;
+ * 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 {
 global:
+       mnt_cache_device_has_tag;
+       mnt_cache_find_path;
+       mnt_cache_find_tag;
+       mnt_cache_read_tags;
+       mnt_fprintf_line;
+       mnt_free_cache;
+       mnt_free_fs;
+       mnt_free_iter;
+       mnt_free_lock;
+       mnt_free_optls;
+       mnt_free_tab;
+       mnt_fs_fprintf;
+       mnt_fs_get_freq;
+       mnt_fs_get_fstype;
+       mnt_fs_get_optfs;
+       mnt_fs_get_option;
+       mnt_fs_get_optstr;
+       mnt_fs_get_optvfs;
+       mnt_fs_get_passno;
+       mnt_fs_get_source;
+       mnt_fs_get_srcpath;
+       mnt_fs_get_tag;
+       mnt_fs_get_target;
+       mnt_fs_match_fstype;
+       mnt_fs_match_options;
+       mnt_fs_match_source;
+       mnt_fs_match_target;
+       mnt_fs_print_debug;
+       mnt_fs_set_freq;
+       mnt_fs_set_fstype;
+       mnt_fs_set_optstr;
+       mnt_fs_set_passno;
+       mnt_fs_set_source;
+       mnt_fs_set_target;
        mnt_fstype_is_netfs;
        mnt_fstype_is_pseudofs;
+       mnt_get_builtin_optmap;
        mnt_get_library_version;
+       mnt_lock_file;
+       mnt_lock_get_linkfile;
+       mnt_lock_get_lockfile;
+       mnt_match_fstype;
+       mnt_match_options;
+       mnt_new_cache;
+       mnt_new_fs;
+       mnt_new_iter;
+       mnt_new_lock;
+       mnt_new_optls;
+       mnt_new_tab;
+       mnt_new_tab_from_file;
        mnt_open_device;
+       mnt_optent_dup_value;
+       mnt_optent_get_flag;
+       mnt_optent_get_id;
+       mnt_optent_get_map;
+       mnt_optent_get_mapent;
+       mnt_optent_get_mask;
+       mnt_optent_get_name;
+       mnt_optent_get_type;
+       mnt_optent_get_value;
+       mnt_optent_has_value;
+       mnt_optent_is_inverted;
+       mnt_optent_is_unknown;
+       mnt_optent_print_debug;
+       mnt_optent_require_value;
+       mnt_optent_set_value;
+       mnt_optent_snprintf_value;
+       mnt_optent_strlen_value;
+       mnt_optent_strtol_value;
+       mnt_optent_strtoull_value;
+       mnt_optent_strtoul_value;
+       mnt_optls_add_builtin_map;
+       mnt_optls_add_map;
+       mnt_optls_add_option;
+       mnt_optls_create_mountdata;
+       mnt_optls_create_mountflags;
+       mnt_optls_create_mtab_optstr;
+       mnt_optls_create_userspace_optstr;
+       mnt_optls_get_ids;
+       mnt_optls_get_option;
+       mnt_optls_next_option;
+       mnt_optls_parse_optstr;
+       mnt_optls_print_debug;
+       mnt_optls_remove_option;
+       mnt_optls_remove_option_by_flags;
+       mnt_optls_remove_option_by_iflags;
+       mnt_optstr_append_option;
+       mnt_optstr_get_option;
+       mnt_optstr_next_option;
+       mnt_optstr_remove_option;
+       mnt_optstr_set_option;
        mnt_parse_version_string;
+       mnt_reset_iter;
+       mnt_resolve_path;
+       mnt_resolve_spec;
+       mnt_resolve_tag;
+       mnt_tab_add_fs;
+       mnt_tab_find_next_fs;
+       mnt_tab_find_source;
+       mnt_tab_find_srcpath;
+       mnt_tab_find_tag;
+       mnt_tab_find_target;
+       mnt_tab_fprintf;
+       mnt_tab_get_cache;
+       mnt_tab_get_name;
+       mnt_tab_get_nents;
+       mnt_tab_get_nerrs;
+       mnt_tab_next_fs;
+       mnt_tab_parse_file;
+       mnt_tab_remove_fs;
+       mnt_tab_set_cache;
+       mnt_tab_set_iter;
+       mnt_tab_strerror;
+       mnt_tab_update_file;
+       mnt_unlock_file;
 local:
        *;
 };