diff options
author | Karel Zak | 2013-08-20 13:48:43 +0200 |
---|---|---|
committer | Karel Zak | 2013-08-20 13:48:43 +0200 |
commit | 686a64670e34250c8dce934d936ac63494d62076 (patch) | |
tree | cf334caac306cd4496cfa2d13d17cd021a4dcd6f /libmount/docs | |
parent | libmount: add new function to docs (diff) | |
download | kernel-qcow2-util-linux-686a64670e34250c8dce934d936ac63494d62076.tar.gz kernel-qcow2-util-linux-686a64670e34250c8dce934d936ac63494d62076.tar.xz kernel-qcow2-util-linux-686a64670e34250c8dce934d936ac63494d62076.zip |
libmount: add mnt_table_{first,last}_fs()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/docs')
-rw-r--r-- | libmount/docs/libmount-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmount/docs/libmount-sections.txt b/libmount/docs/libmount-sections.txt index 5f8f1acbb..d5083216e 100644 --- a/libmount/docs/libmount-sections.txt +++ b/libmount/docs/libmount-sections.txt @@ -296,6 +296,7 @@ mnt_table_find_source mnt_table_find_srcpath mnt_table_find_tag mnt_table_find_target +mnt_table_first_fs mnt_table_get_cache mnt_table_get_intro_comment mnt_table_get_nents @@ -303,6 +304,7 @@ mnt_table_get_root_fs mnt_table_get_trailing_comment mnt_table_get_userdata mnt_table_is_fs_mounted +mnt_table_last_fs mnt_table_next_child_fs mnt_table_next_fs mnt_table_parse_dir |