This function was never implemented, but the proto has existed since the
inception of the library. As the libmnt_table struct doesn't include a
member necessary to carry the name of the table, simply discard this
prototype. If ever a need to break ABI comes up, perhaps this could be
revisited.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
mnt_table_find_tag
mnt_table_find_target
mnt_table_get_cache
-mnt_table_get_name
mnt_table_get_nents
mnt_table_get_root_fs
mnt_table_is_fs_mounted
extern int mnt_table_get_nents(struct libmnt_table *tb);
extern int mnt_table_set_cache(struct libmnt_table *tb, struct libmnt_cache *mpc);
extern struct libmnt_cache *mnt_table_get_cache(struct libmnt_table *tb);
-extern const char *mnt_table_get_name(struct libmnt_table *tb);
extern int mnt_table_add_fs(struct libmnt_table *tb, struct libmnt_fs *fs);
extern int mnt_table_remove_fs(struct libmnt_table *tb, struct libmnt_fs *fs);
extern int mnt_table_next_fs(struct libmnt_table *tb, struct libmnt_iter *itr,
mnt_table_find_tag;
mnt_table_find_target;
mnt_table_get_cache;
- mnt_table_get_name;
mnt_table_get_nents;
mnt_table_get_root_fs;
mnt_table_next_child_fs;