diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 3cdf28fab..124b11fa8 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -884,7 +884,7 @@ pid_t *pidlist_reverse(pid_t *pidList); extern const char bb_uuenc_tbl_base64[]; extern const char bb_uuenc_tbl_std[]; -void bb_uuencode(const unsigned char *s, char *store, const int length, const char *tbl); +void bb_uuencode(char *store, const void *s, int length, const char *tbl); typedef struct sha1_ctx_t { uint32_t count[2]; |