diff options
author | Karel Zak | 2012-03-02 15:53:55 +0100 |
---|---|---|
committer | Karel Zak | 2012-03-02 15:53:55 +0100 |
commit | 6699e742f238d4bc15ac396dd56f0df1480bd36c (patch) | |
tree | 97461a5025b8e3dfda498a79b26367ca89ffcef6 /libmount/docs | |
parent | blkid: add DEVNAME= to export output format (diff) | |
download | kernel-qcow2-util-linux-6699e742f238d4bc15ac396dd56f0df1480bd36c.tar.gz kernel-qcow2-util-linux-6699e742f238d4bc15ac396dd56f0df1480bd36c.tar.xz kernel-qcow2-util-linux-6699e742f238d4bc15ac396dd56f0df1480bd36c.zip |
libmount: add mnt_fs_streq_target() and export all mnt_fs_streq_*
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/docs')
-rw-r--r-- | libmount/docs/libmount-sections.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libmount/docs/libmount-sections.txt b/libmount/docs/libmount-sections.txt index b856d98a4..d99f6dcd2 100644 --- a/libmount/docs/libmount-sections.txt +++ b/libmount/docs/libmount-sections.txt @@ -174,9 +174,9 @@ mnt_fs_get_userdata mnt_fs_get_user_options mnt_fs_get_vfs_options mnt_fs_is_kernel -mnt_fs_is_swaparea mnt_fs_is_netfs mnt_fs_is_pseudofs +mnt_fs_is_swaparea mnt_fs_match_fstype mnt_fs_match_options mnt_fs_match_source @@ -195,6 +195,8 @@ mnt_fs_set_source mnt_fs_set_target mnt_fs_set_userdata mnt_fs_strdup_options +mnt_fs_streq_srcpath +mnt_fs_streq_target mnt_fs_to_mntent mnt_new_fs mnt_reset_fs |