From: Karel Zak Date: Fri, 16 Apr 2010 12:40:22 +0000 (+0200) Subject: libmount: fix name of mnt_fs_get_*_optstr() X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498d79d4a70bacfd3df349f9aa611354dacb9678;p=util-linux libmount: fix name of mnt_fs_get_*_optstr() Signed-off-by: Karel Zak --- 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;