diff options
author | Denys Vlasenko | 2010-09-16 17:51:13 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-09-16 17:51:13 +0200 |
commit | 9fe98f701d40835db32baa12c94b661d40231ea4 (patch) | |
tree | 781c9c71519f3eb79082eac54e0cc545e16b2fd1 /mailutils/mail.h | |
parent | 52e460b7440ed5b85e4125a4eccf1e665d92c0ff (diff) | |
download | busybox-9fe98f701d40835db32baa12c94b661d40231ea4.zip busybox-9fe98f701d40835db32baa12c94b661d40231ea4.tar.gz |
libbb: merge mail and uudecode's base64 decoders
function old new delta
read_base64 - 378 +378
uudecode_main 306 315 +9
parse 953 958 +5
read_stduu 250 254 +4
base64_main 217 219 +2
read_base64 358 - -358
decode_base64 371 - -371
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 4/0 up/down: 398/-729) Total: -331 bytes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'mailutils/mail.h')
-rw-r--r-- | mailutils/mail.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mailutils/mail.h b/mailutils/mail.h index bb747c4..e0048fb 100644 --- a/mailutils/mail.h +++ b/mailutils/mail.h @@ -32,4 +32,3 @@ void FAST_FUNC get_cred_or_die(int fd); const FAST_FUNC char *command(const char *fmt, const char *param); void FAST_FUNC encode_base64(char *fname, const char *text, const char *eol); -void FAST_FUNC decode_base64(FILE *src_stream, FILE *dst_stream); |