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); | |||
884 | 884 | ||
885 | extern const char bb_uuenc_tbl_base64[]; | 885 | extern const char bb_uuenc_tbl_base64[]; |
886 | extern const char bb_uuenc_tbl_std[]; | 886 | extern const char bb_uuenc_tbl_std[]; |
887 | void bb_uuencode(const unsigned char *s, char *store, const int length, const char *tbl); | 887 | void bb_uuencode(char *store, const void *s, int length, const char *tbl); |
888 | 888 | ||
889 | typedef struct sha1_ctx_t { | 889 | typedef struct sha1_ctx_t { |
890 | uint32_t count[2]; | 890 | uint32_t count[2]; |