Signed-off-by: Karel Zak <kzak@redhat.com>
# Header files to ignore when scanning. Use base file name, no paths
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=mountP.h list.h partitions.h superblocks.h topology.h aix.h dos.h
+IGNORE_HFILES=mountP.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
mnt_fs_set_fstype
mnt_fs_get_optstr
mnt_fs_set_optstr
-mnt_fs_get_optfs
-mnt_fs_get_optvfs
+mnt_fs_get_fs_optstr
+mnt_fs_get_vfs_optstr
mnt_fs_get_freq
mnt_fs_set_freq
mnt_fs_get_passno
free(fs->vfs_optstr);
fs->fs_optstr = fs->vfs_optstr = NULL;
+ /* TODO: it would be possible to use built-in maps of options
+ * and differentiate between VFS and FS options, then we can
+ * set fs_optstr and vfs_optstr */
+
fs->optstr = p;
return 0;