mnt_free_fs
mnt_free_mntent
mnt_fs_append_attributes
+mnt_fs_append_comment
mnt_fs_append_options
mnt_fs_get_attribute
mnt_fs_get_attributes
mnt_fs_get_bindsrc
+mnt_fs_get_comment
mnt_fs_get_devno
mnt_fs_get_freq
mnt_fs_get_fs_options
mnt_fs_print_debug
mnt_fs_set_attributes
mnt_fs_set_bindsrc
+mnt_fs_set_comment
mnt_fs_set_freq
mnt_fs_set_fstype
mnt_fs_set_options
mnt_new_table_from_dir
mnt_new_table_from_file
mnt_table_add_fs
+mnt_table_append_intro_comment
+mnt_table_append_trailing_comment
+mnt_table_enable_comments
mnt_table_find_devno
mnt_table_find_mountpoint
mnt_table_find_next_fs
mnt_table_find_tag
mnt_table_find_target
mnt_table_get_cache
+mnt_table_get_intro_comment
mnt_table_get_nents
mnt_table_get_root_fs
+mnt_table_get_trailing_comment
mnt_table_is_fs_mounted
mnt_table_next_child_fs
mnt_table_next_fs
mnt_table_parse_swaps
mnt_table_remove_fs
mnt_table_set_cache
+mnt_table_set_intro_comment
mnt_table_set_iter
mnt_table_set_parser_errcb
+mnt_table_set_trailing_comment
</SECTION>
<SECTION>
libmnt_update
mnt_free_update
mnt_new_update
+mnt_table_replace_file
+mnt_table_write_file
mnt_update_force_rdonly
mnt_update_get_filename
mnt_update_get_fs
/**
* mnt_fs_append_comment:
* @fs: fstab entry pointer
+ * @comm: comment string
*
* See also mnt_fs_set_comment().
*
__ul_attribute__((warn_unused_result));
extern void mnt_free_update(struct libmnt_update *upd);
+extern int mnt_table_replace_file(struct libmnt_table *tb, const char *filename);
+extern int mnt_table_write_file(struct libmnt_table *tb, FILE *file);
+
extern int mnt_update_is_ready(struct libmnt_update *upd);
extern int mnt_update_set_fs(struct libmnt_update *upd, unsigned long mountflags,
const char *target, struct libmnt_fs *fs);
/**
* mnt_table_enable_comments:
* @tb: pointer to tab
+ * @enable: TRUE or FALSE
*
* Enables parsing of comments.
*
/**
* mnt_table_set_trailing_comment
* @tb: pointer to tab
+ * @comm: comment string
*
* Sets tailing comment in table.
*