summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2010-12-07 00:08:11 +0100
committerKarel Zak2011-01-03 12:28:47 +0100
commit5ac6a133276d200e1736853e58a05887e7f75e90 (patch)
tree29dfa064cd89c1c155c10186739f77a76ce932ef /include
parentlibmount: minor fixes in cache.c (diff)
downloadkernel-qcow2-util-linux-5ac6a133276d200e1736853e58a05887e7f75e90.tar.gz
kernel-qcow2-util-linux-5ac6a133276d200e1736853e58a05887e7f75e90.tar.xz
kernel-qcow2-util-linux-5ac6a133276d200e1736853e58a05887e7f75e90.zip
libmount: cleanup mangle() usage
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 76d29bfae..158d07820 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, const char **end);
+extern char *unmangle(const char *s, char **end);
static inline void unmangle_string(char *s)
{