summaryrefslogtreecommitdiffstats
path: root/include/mangle.h
diff options
context:
space:
mode:
authorKarel Zak2010-07-21 14:18:02 +0200
committerKarel Zak2011-01-03 12:28:40 +0100
commit3c5e4ef8881272a97edb2a01649780c9b5bbcf3b (patch)
treef1a5125781371eef547f907ece4e593f5ec69d8a /include/mangle.h
parentlibmount: remove fs and tab printf functions (diff)
downloadkernel-qcow2-util-linux-3c5e4ef8881272a97edb2a01649780c9b5bbcf3b.tar.gz
kernel-qcow2-util-linux-3c5e4ef8881272a97edb2a01649780c9b5bbcf3b.tar.xz
kernel-qcow2-util-linux-3c5e4ef8881272a97edb2a01649780c9b5bbcf3b.zip
libmount: add unmangle/mangle() functions to API
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/mangle.h')
-rw-r--r--include/mangle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mangle.h b/include/mangle.h
index 8ce38752d..0ccd37768 100644
--- a/include/mangle.h
+++ b/include/mangle.h
@@ -7,8 +7,8 @@
extern char *mangle(const char *s);
-extern void unmangle_to_buffer(char *s, char *buf, size_t len);
-extern char *unmangle(char *s);
+extern void unmangle_to_buffer(const char *s, char *buf, size_t len);
+extern char *unmangle(const char *s);
#endif /* UTIL_LINUX_MANGLE_H */