summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/libmount.h.in
diff options
context:
space:
mode:
authorKarel Zak2011-02-02 22:32:52 +0100
committerKarel Zak2011-02-02 22:32:52 +0100
commitb70785bca6238ea7e092dda8bd0aa56cdf1ec923 (patch)
tree96611cda1c80330668acb8545dd9cc65107d9383 /shlibs/mount/src/libmount.h.in
parentlibmount: add low-level API for umount (diff)
downloadkernel-qcow2-util-linux-b70785bca6238ea7e092dda8bd0aa56cdf1ec923.tar.gz
kernel-qcow2-util-linux-b70785bca6238ea7e092dda8bd0aa56cdf1ec923.tar.xz
kernel-qcow2-util-linux-b70785bca6238ea7e092dda8bd0aa56cdf1ec923.zip
libmount: cleanup helper initialization API
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.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/shlibs/mount/src/libmount.h.in b/shlibs/mount/src/libmount.h.in
index 81fa1df33..aa00b938d 100644
--- a/shlibs/mount/src/libmount.h.in
+++ b/shlibs/mount/src/libmount.h.in
@@ -348,9 +348,9 @@ extern void mnt_free_context(struct libmnt_context *cxt);
extern int mnt_reset_context(struct libmnt_context *cxt);
extern int mnt_context_is_restricted(struct libmnt_context *cxt);
-extern int mnt_context_init_helper(struct libmnt_context *cxt, int flags);
-extern int mnt_context_mounthelper_setopt(struct libmnt_context *cxt, int c,
- char *arg);
+extern int mnt_context_init_helper(struct libmnt_context *cxt,
+ int action, int flags);
+extern int mnt_context_helper_setopt(struct libmnt_context *cxt, int c, char *arg);
extern int mnt_context_set_optsmode(struct libmnt_context *cxt, int mode);
extern int mnt_context_disable_canonicalize(struct libmnt_context *cxt, int disable);