summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2010-11-25 23:22:53 +0100
committerKarel Zak2011-01-03 12:28:46 +0100
commitdd36965211907fd482db8966938334ede5ece089 (patch)
treed322bf4e93ad4a5dcec704b863c1b7bdf406c9cd /include
parentlibmount: fix utab file and dir modes, add new debug messages (diff)
downloadkernel-qcow2-util-linux-dd36965211907fd482db8966938334ede5ece089.tar.gz
kernel-qcow2-util-linux-dd36965211907fd482db8966938334ede5ece089.tar.xz
kernel-qcow2-util-linux-dd36965211907fd482db8966938334ede5ece089.zip
libmount: use better format for utab, improve bind mounts
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/mangle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mangle.h b/include/mangle.h
index 5dda902f7..76d29bfae 100644
--- a/include/mangle.h
+++ b/include/mangle.h
@@ -8,7 +8,7 @@
extern char *mangle(const char *s);
extern void unmangle_to_buffer(const char *s, char *buf, size_t len);
-extern char *unmangle(const char *s);
+extern char *unmangle(const char *s, const char **end);
static inline void unmangle_string(char *s)
{