]> err.no Git - util-linux/commitdiff
libmount: fix name of mnt_fs_get_*_optstr()
authorKarel Zak <kzak@redhat.com>
Fri, 16 Apr 2010 12:40:22 +0000 (14:40 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Jun 2010 13:20:12 +0000 (15:20 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/mount/src/mount.h.in
shlibs/mount/src/mount.sym

index 409af06a883fb8ef2fa32480a34fb31fe56f3ce1..e9ef49d6553e888e0dc2963823eceb65830891d9 100644 (file)
@@ -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);
index 32740dce7a359a2931498b2515d0a86ae9e07203..a1524eb1e54a54e9d277ed2cfaaee338e33b27af 100644 (file)
@@ -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;