summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2018-07-20 15:31:42 +0200
committerKarel Zak2018-07-20 15:31:42 +0200
commit78c66fc61dc42f36c4c49bad811083cabc666583 (patch)
tree81a323de5fc5fe1f47a601586bc8fc491475669c /include
parentinclude/list, include/c: update and container_of() (diff)
downloadkernel-qcow2-util-linux-78c66fc61dc42f36c4c49bad811083cabc666583.tar.gz
kernel-qcow2-util-linux-78c66fc61dc42f36c4c49bad811083cabc666583.tar.xz
kernel-qcow2-util-linux-78c66fc61dc42f36c4c49bad811083cabc666583.zip
lib/mangle: const quialifier cleanup
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 8c3888d91..0a4b60c1c 100644
--- a/include/mangle.h
+++ b/include/mangle.h
@@ -10,7 +10,7 @@ extern char *mangle(const char *s);
extern void unmangle_to_buffer(const char *s, char *buf, size_t len);
extern size_t unhexmangle_to_buffer(const char *s, char *buf, size_t len);
-extern char *unmangle(const char *s, char **end);
+extern char *unmangle(const char *s, const char **end);
static inline void unmangle_string(char *s)
{