summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.h.in
diff options
context:
space:
mode:
authorKarel Zak2010-01-13 16:52:14 +0100
committerKarel Zak2010-06-03 15:20:11 +0200
commit5714fc0db8fd8f2206ffce27bb14405740e560b7 (patch)
treeb68b9ccf2ea588b5c38195c60a15b9209448de90 /shlibs/mount/src/mount.h.in
parentlibmount: add mnt_entry (diff)
downloadkernel-qcow2-util-linux-5714fc0db8fd8f2206ffce27bb14405740e560b7.tar.gz
kernel-qcow2-util-linux-5714fc0db8fd8f2206ffce27bb14405740e560b7.tar.xz
kernel-qcow2-util-linux-5714fc0db8fd8f2206ffce27bb14405740e560b7.zip
libmount: rename mnt_optls_iterate_options()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.h.in')
-rw-r--r--shlibs/mount/src/mount.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/mount.h.in b/shlibs/mount/src/mount.h.in
index 0c3f80bfb..d179620c1 100644
--- a/shlibs/mount/src/mount.h.in
+++ b/shlibs/mount/src/mount.h.in
@@ -181,7 +181,7 @@ extern int mnt_optls_remove_option_by_flags(mnt_optls *ls,
const struct mnt_optmap *map, const int flags);
extern int mnt_optls_remove_option_by_iflags(mnt_optls *ls,
const struct mnt_optmap *map, const int flags);
-extern int mnt_optls_iterate_options(mnt_iter *itr, mnt_optls *ls,
+extern int mnt_optls_next_option(mnt_optls *ls, mnt_iter *itr,
const struct mnt_optmap *map, mnt_optent **option);
extern mnt_optent *mnt_optls_get_option(mnt_optls *ls, const char *name);
extern int mnt_optls_get_ids(mnt_optls *ls, const struct mnt_optmap *map);