summaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
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
885extern const char bb_uuenc_tbl_base64[]; 885extern const char bb_uuenc_tbl_base64[];
886extern const char bb_uuenc_tbl_std[]; 886extern const char bb_uuenc_tbl_std[];
887void bb_uuencode(const unsigned char *s, char *store, const int length, const char *tbl); 887void bb_uuencode(char *store, const void *s, int length, const char *tbl);
888 888
889typedef struct sha1_ctx_t { 889typedef struct sha1_ctx_t {
890 uint32_t count[2]; 890 uint32_t count[2];