diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-17 12:24:50 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-17 12:24:50 +0100 |
commit | 25b2680056454dc4761ba3b2efde7c3414738f8c (patch) | |
tree | 5fc9e7fd30b948a8edba34df429224e9c887eea5 /mailutils/makemime.c | |
parent | 91e330a53fc8052addec941a9e1e6fcd4b68702b (diff) | |
download | busybox-w32-25b2680056454dc4761ba3b2efde7c3414738f8c.tar.gz busybox-w32-25b2680056454dc4761ba3b2efde7c3414738f8c.tar.bz2 busybox-w32-25b2680056454dc4761ba3b2efde7c3414738f8c.zip |
mail: move "opts" from globals
function old new delta
popmaildir_main 812 823 +11
sendmail_main 1295 1301 +6
makemime_main 291 288 -3
parse 970 966 -4
reformime_main 107 100 -7
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/3 up/down: 17/-14) Total: 3 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'mailutils/makemime.c')
-rw-r--r-- | mailutils/makemime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mailutils/makemime.c b/mailutils/makemime.c index 53a1820f1..1ff2012d5 100644 --- a/mailutils/makemime.c +++ b/mailutils/makemime.c | |||
@@ -173,6 +173,7 @@ Content-Transfer-Encoding: 7bit | |||
173 | int makemime_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 173 | int makemime_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
174 | int makemime_main(int argc UNUSED_PARAM, char **argv) | 174 | int makemime_main(int argc UNUSED_PARAM, char **argv) |
175 | { | 175 | { |
176 | unsigned opts; | ||
176 | llist_t *opt_headers = NULL, *l; | 177 | llist_t *opt_headers = NULL, *l; |
177 | const char *opt_output; | 178 | const char *opt_output; |
178 | const char *content_type = "application/octet-stream"; | 179 | const char *content_type = "application/octet-stream"; |