summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/libmount.h.in
diff options
context:
space:
mode:
authorKarel Zak2011-04-26 16:34:16 +0200
committerKarel Zak2011-04-26 16:34:16 +0200
commit18486fbbbe323c3fe99f4601544cf731fbe3cc4d (patch)
tree83b4df0708d432308cb1cce6aae29f0430909a0a /shlibs/mount/src/libmount.h.in
parentlibmount: support NULL source path for mnt_table_find_* functions (diff)
downloadkernel-qcow2-util-linux-18486fbbbe323c3fe99f4601544cf731fbe3cc4d.tar.gz
kernel-qcow2-util-linux-18486fbbbe323c3fe99f4601544cf731fbe3cc4d.tar.xz
kernel-qcow2-util-linux-18486fbbbe323c3fe99f4601544cf731fbe3cc4d.zip
libmount: add mnt_reset_table()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/libmount.h.in')
-rw-r--r--shlibs/mount/src/libmount.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/shlibs/mount/src/libmount.h.in b/shlibs/mount/src/libmount.h.in
index 7d02ddcf0..746555d48 100644
--- a/shlibs/mount/src/libmount.h.in
+++ b/shlibs/mount/src/libmount.h.in
@@ -276,6 +276,7 @@ extern int mnt_table_set_parser_errcb(struct libmnt_table *tb,
/* tab.c */
extern struct libmnt_table *mnt_new_table(void);
extern void mnt_free_table(struct libmnt_table *tb);
+extern int mnt_reset_table(struct libmnt_table *tb);
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);