summaryrefslogtreecommitdiff
path: root/proc/escape.h
diff options
context:
space:
mode:
Diffstat (limited to 'proc/escape.h')
-rw-r--r--proc/escape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc/escape.h b/proc/escape.h
index 8ae5f81..70dd81c 100644
--- a/proc/escape.h
+++ b/proc/escape.h
@@ -26,8 +26,8 @@
#define ESC_BRACKETS 0x2 // if using cmd, put '[' and ']' around it
#define ESC_DEFUNCT 0x4 // mark zombies with " <defunct>"
-int escape_command (unsigned char *outbuf, const proc_t *pp, int bytes, unsigned flags);
+int escape_command (char *outbuf, const proc_t *pp, int bytes, unsigned flags);
-int escape_str (unsigned char *dst, const unsigned char *src, int bufsize);
+int escape_str (char *dst, const char *src, int bufsize);
#endif