masqmail

diff src/pop3_in.h @ 191:f186650135c3

further pop3_login stuff I forgot to remove
author meillo@marmaro.de
date Thu, 15 Jul 2010 11:48:33 +0200
parents 26e34ae9a3e3
children
line diff
     1.1 --- a/src/pop3_in.h	Thu Jul 15 11:15:25 2010 +0200
     1.2 +++ b/src/pop3_in.h	Thu Jul 15 11:48:33 2010 +0200
     1.3 @@ -76,8 +76,5 @@
     1.4  pop3_base *pop3_in_open_child(gchar * cmd, guint flags);
     1.5  void pop3_in_close(pop3_base * popb);
     1.6  gboolean pop3_get(pop3_base * popb, gchar * user, gchar * pass, address * rcpt, address * return_path, gint max_count, gint max_size, gboolean max_size_delete);
     1.7 -gboolean pop3_login(gchar * host, gint port, GList * resolve_list, gchar * user, gchar * pass, guint flags);
     1.8 -
     1.9 -
    1.10  
    1.11  #endif