| * Copyright (C) 2008 by Vladimir Dronnikov <dronnikov@gmail.com> |
| * Licensed under GPLv2, see file LICENSE in this source tree. |
| FILE *fp0; // initial stdin |
| #define G (*ptr_to_globals) |
| #define timeout (G.timeout ) |
| #define verbose (G.verbose ) |
| SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \ |
| G.opt_charset = (char *)CONFIG_FEATURE_MIME_CHARSET; \ |
| //char FAST_FUNC *parse_url(char *url, char **user, char **pass); |
| void launch_helper(const char **argv) FAST_FUNC; |
| void get_cred_or_die(int fd) FAST_FUNC; |
| char *send_mail_command(const char *fmt, const char *param) FAST_FUNC; |
| void encode_base64(char *fname, const char *text, const char *eol) FAST_FUNC; |