]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/escape.h
Add 8bit-version of get_process_cmdline() and use in cgroup-show.c
[thirdparty/systemd.git] / src / basic / escape.h
index 45e23d0651bf5c40bd3b7e3dae5f7015a1f514e3..b26054c5df8abb765e7c68163c3c47ca41906c22 100644 (file)
@@ -51,6 +51,7 @@ static inline char *xescape(const char *s, const char *bad) {
         return xescape_full(s, bad, SIZE_MAX, false);
 }
 char *octescape(const char *s, size_t len);
+char *escape_non_printable_full(const char *str, size_t console_width, bool eight_bit);
 
 char *shell_escape(const char *s, const char *bad);
 char* shell_maybe_quote(const char *s, EscapeStyle style);