library: eliminate those warnings for '-Wpointer-sign'
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user