diff options
author | Karel Zak | 2012-04-25 09:49:50 +0200 |
---|---|---|
committer | Karel Zak | 2012-04-25 09:49:50 +0200 |
commit | 677ff053f63f45fcc88d29ea20f8fcb21d54acff (patch) | |
tree | 2300b562d7e9daed9665a31afc756fed1facfa48 /libmount/docs | |
parent | libmount: fix mnt_context_guess_fstype() (diff) | |
download | kernel-qcow2-util-linux-677ff053f63f45fcc88d29ea20f8fcb21d54acff.tar.gz kernel-qcow2-util-linux-677ff053f63f45fcc88d29ea20f8fcb21d54acff.tar.xz kernel-qcow2-util-linux-677ff053f63f45fcc88d29ea20f8fcb21d54acff.zip |
libmount: add mnt_table_find_devno()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/docs')
-rw-r--r-- | libmount/docs/libmount-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmount/docs/libmount-sections.txt b/libmount/docs/libmount-sections.txt index c29232374..1b9597387 100644 --- a/libmount/docs/libmount-sections.txt +++ b/libmount/docs/libmount-sections.txt @@ -267,6 +267,7 @@ mnt_reset_table mnt_new_table_from_dir mnt_new_table_from_file mnt_table_add_fs +mnt_table_find_devno mnt_table_find_next_fs mnt_table_find_pair mnt_table_find_source |