summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym5
1 files changed, 4 insertions, 1 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index 34174ec5f..4709a8a21 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -26,11 +26,14 @@ global:
mnt_context_get_cache;
mnt_context_get_fs;
mnt_context_get_fstab;
+ mnt_context_get_fstype;
mnt_context_get_lock;
mnt_context_get_mflags;
mnt_context_get_mtab;
mnt_context_get_optsmode;
+ mnt_context_get_source;
mnt_context_get_status;
+ mnt_context_get_target;
mnt_context_get_user_mflags;
mnt_context_init_helper;
mnt_context_is_fake;
@@ -48,8 +51,8 @@ global:
mnt_context_set_fstab;
mnt_context_set_fstype;
mnt_context_set_fstype_pattern;
- mnt_context_set_mountdata;
mnt_context_set_mflags;
+ mnt_context_set_mountdata;
mnt_context_set_options;
mnt_context_set_options_pattern;
mnt_context_set_optsmode;