libmount: add mnt_table_get_fs_root() to header file

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-03-11 11:11:19 +01:00
parent 772f813a40
commit c8b9ecebe9
1 changed files with 4 additions and 0 deletions

View File

@ -119,6 +119,10 @@ extern int __mnt_table_parse_mtab(struct libmnt_table *tb,
const char *filename,
struct libmnt_table *u_tb);
extern struct libmnt_fs *mnt_table_get_fs_root(struct libmnt_table *tb,
struct libmnt_fs *fs,
unsigned long mountflags,
char **fsroot);
/*
* Generic iterator