summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.h.in
diff options
context:
space:
mode:
authorKarel Zak2010-08-06 11:50:39 +0200
committerKarel Zak2011-01-03 12:28:41 +0100
commit0c188bb238bf5c2a2cd3403b27c91426f60cbe07 (patch)
tree9026dc9b0ca5e8875e4ad628d074e4f0b5e41a86 /shlibs/mount/src/mount.h.in
parentlibmount: remove unnecessary options container (diff)
downloadkernel-qcow2-util-linux-0c188bb238bf5c2a2cd3403b27c91426f60cbe07.tar.gz
kernel-qcow2-util-linux-0c188bb238bf5c2a2cd3403b27c91426f60cbe07.tar.xz
kernel-qcow2-util-linux-0c188bb238bf5c2a2cd3403b27c91426f60cbe07.zip
libmount: fix datatype for mountflags
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 329ec8f10..3283630cd 100644
--- a/shlibs/mount/src/mount.h.in
+++ b/shlibs/mount/src/mount.h.in
@@ -157,7 +157,7 @@ extern int mnt_split_optstr(const char *optstr,
char **user, char **vfs, char **fs,
int ifnore_user, int ignore_vfs);
-extern int mnt_optstr_get_mountflags(const char *optstr);
+extern int mnt_optstr_get_mountflags(const char *optstr, unsigned long *flags);
/* iter.c */
enum {