summaryrefslogtreecommitdiffstats
path: root/include/mbsalign.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbsalign.h')
-rw-r--r--include/mbsalign.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbsalign.h b/include/mbsalign.h
index 74d25da11..6bdb50d3f 100644
--- a/include/mbsalign.h
+++ b/include/mbsalign.h
@@ -54,7 +54,7 @@ extern size_t mbs_safe_nwidth(const char *buf, size_t bufsz, size_t *sz);
extern size_t mbs_safe_width(const char *s);
extern char *mbs_safe_encode(const char *s, size_t *width);
-extern char *mbs_safe_encode_to_buffer(const char *s, size_t *width, char *buf);
+extern char *mbs_safe_encode_to_buffer(const char *s, size_t *width, char *buf, const char *safechars);
extern size_t mbs_safe_encode_size(size_t bytes);
#endif /* UTIL_LINUX_MBSALIGN_H */