From: Karel Zak Date: Wed, 15 Sep 2010 14:57:19 +0000 (+0200) Subject: libmount: cleanup mount.sym X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=502b29e294ff8b90e7e6c725eb0cfee7948d3b4f;p=util-linux libmount: cleanup mount.sym Signed-off-by: Karel Zak --- diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym index 0b7a9fe8..fe708319 100644 --- a/shlibs/mount/src/mount.sym +++ b/shlibs/mount/src/mount.sym @@ -19,7 +19,6 @@ global: mnt_free_optls; mnt_free_tab; mnt_fs_append_optstr; - mnt_fs_prepend_optstr; mnt_fs_append_userspace_optstr; mnt_fs_get_devno; mnt_fs_get_freq; @@ -41,6 +40,7 @@ global: mnt_fs_match_options; mnt_fs_match_source; mnt_fs_match_target; + mnt_fs_prepend_optstr; mnt_fs_print_debug; mnt_fs_set_freq; mnt_fs_set_fstype; @@ -71,47 +71,12 @@ global: mnt_new_optls; mnt_new_tab; mnt_new_tab_from_file; - 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_update_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_prepend_option; mnt_optstr_get_mountflags; - mnt_optstr_get_userspace_mountflags; mnt_optstr_get_option; + mnt_optstr_get_userspace_mountflags; mnt_optstr_next_option; + mnt_optstr_prepend_option; mnt_optstr_remove_option; mnt_optstr_set_option; mnt_parse_version_string;