summaryrefslogtreecommitdiff
path: root/shlibs
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2010-04-16 14:40:22 +0200
committerKarel Zak <kzak@redhat.com>2010-06-03 15:20:12 +0200
commit498d79d4a70bacfd3df349f9aa611354dacb9678 (patch)
tree903088681819902a8b7a6b3677a0a4d6726cbae5 /shlibs
parentac3d410c46b12f0c7a166fe322f5bf66f69f3141 (diff)
downloadutil-linux-old-498d79d4a70bacfd3df349f9aa611354dacb9678.tar.gz
libmount: fix name of mnt_fs_get_*_optstr()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs')
-rw-r--r--shlibs/mount/src/mount.h.in4
-rw-r--r--shlibs/mount/src/mount.sym4
2 files changed, 4 insertions, 4 deletions
diff --git a/shlibs/mount/src/mount.h.in b/shlibs/mount/src/mount.h.in
index 409af06a..e9ef49d6 100644
--- a/shlibs/mount/src/mount.h.in
+++ b/shlibs/mount/src/mount.h.in
@@ -227,8 +227,8 @@ extern const char *mnt_fs_get_fstype(mnt_fs *ent);
extern int mnt_fs_set_fstype(mnt_fs *ent, const char *fstype);
extern const char *mnt_fs_get_optstr(mnt_fs *ent);
extern int mnt_fs_set_optstr(mnt_fs *ent, const char *optstr);
-extern const char *mnt_fs_get_optfs(mnt_fs *ent);
-extern const char *mnt_fs_get_optvfs(mnt_fs *ent);
+extern const char *mnt_fs_get_vfs_optstr(mnt_fs *ent);
+extern const char *mnt_fs_get_fs_optstr(mnt_fs *ent);
extern int mnt_fs_get_freq(mnt_fs *ent);
extern int mnt_fs_set_freq(mnt_fs *ent, int freq);
extern int mnt_fs_get_passno(mnt_fs *ent);
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index 32740dce..a1524eb1 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -22,10 +22,10 @@ global:
mnt_fs_get_freq;
mnt_fs_get_fstype;
mnt_fs_get_id;
- mnt_fs_get_optfs;
+ mnt_fs_get_fs_optstr;
mnt_fs_get_option;
mnt_fs_get_optstr;
- mnt_fs_get_optvfs;
+ mnt_fs_get_vfs_optstr;
mnt_fs_get_parent_id;
mnt_fs_get_passno;
mnt_fs_get_source;