From e8240f19bd99802e0ccb1738b2d2e630b6eb9087 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 26 Jun 2007 15:59:37 +0000 Subject: uuencode: shrink function old new delta uuencode_main 427 337 -90 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-90) Total: -90 bytes text data bss dec hex filename 734981 3028 14400 752409 b7b19 busybox_old 734889 3028 14400 752317 b7abd busybox_unstripped --- include/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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]; -- cgit v1.2.3