summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2010-09-15 16:57:19 +0200
committerKarel Zak2011-01-03 12:28:42 +0100
commit502b29e294ff8b90e7e6c725eb0cfee7948d3b4f (patch)
tree2068bdbc32c8c987cae3197fb90933d68a833258 /shlibs/mount/src/mount.sym
parentlibmount: add mnt_context (diff)
downloadkernel-qcow2-util-linux-502b29e294ff8b90e7e6c725eb0cfee7948d3b4f.tar.gz
kernel-qcow2-util-linux-502b29e294ff8b90e7e6c725eb0cfee7948d3b4f.tar.xz
kernel-qcow2-util-linux-502b29e294ff8b90e7e6c725eb0cfee7948d3b4f.zip
libmount: cleanup mount.sym
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym41
1 files changed, 3 insertions, 38 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index 0b7a9fe80..fe708319a 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;