Mercurial > masqmail
diff src/smtp_out.h @ 321:412385b57dc4
refactoring
author | meillo@marmaro.de |
---|---|
date | Thu, 28 Apr 2011 16:48:23 +0200 |
parents | 4cff8638dd9b |
children | 41958685480d |
line wrap: on
line diff
--- a/src/smtp_out.h Thu Apr 28 16:43:38 2011 +0200 +++ b/src/smtp_out.h Thu Apr 28 16:48:23 2011 +0200 @@ -74,7 +74,7 @@ gboolean set_auth(smtp_base * psb, gchar * name, gchar * login, gchar * secret); void destroy_smtpbase(smtp_base * psb); smtp_base *smtp_out_open(gchar * host, gint port, GList * resolve_list); -smtp_base *smtp_out_open_child(gchar * cmd); +smtp_base *smtp_out_open_child(gchar * cmd, char* host); gboolean smtp_out_rset(smtp_base * psb); gboolean smtp_out_init(smtp_base * psb, gboolean instant_helo); gint smtp_out_msg(smtp_base * psb, message * msg, address * return_path, GList * rcpt_list, GList * hdr_list);