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 diff
     1.1 --- a/src/smtp_out.h	Thu Apr 28 16:43:38 2011 +0200
     1.2 +++ b/src/smtp_out.h	Thu Apr 28 16:48:23 2011 +0200
     1.3 @@ -74,7 +74,7 @@
     1.4  gboolean set_auth(smtp_base * psb, gchar * name, gchar * login, gchar * secret);
     1.5  void destroy_smtpbase(smtp_base * psb);
     1.6  smtp_base *smtp_out_open(gchar * host, gint port, GList * resolve_list);
     1.7 -smtp_base *smtp_out_open_child(gchar * cmd);
     1.8 +smtp_base *smtp_out_open_child(gchar * cmd, char* host);
     1.9  gboolean smtp_out_rset(smtp_base * psb);
    1.10  gboolean smtp_out_init(smtp_base * psb, gboolean instant_helo);
    1.11  gint smtp_out_msg(smtp_base * psb, message * msg, address * return_path, GList * rcpt_list, GList * hdr_list);