masqmail

diff src/masqmail.h @ 343:9149d893eb52

refactoring: ``insourced'' create_msg_out_list() The function is only four lines and used only once. It's simpler to have the four lines just at the actual place.
author markus schnalke <meillo@marmaro.de>
date Sat, 03 Sep 2011 18:25:02 +0200
parents 4c705c34182f
children 257ffce6c1cd
line diff
     1.1 --- a/src/masqmail.h	Wed Aug 31 09:39:40 2011 +0200
     1.2 +++ b/src/masqmail.h	Sat Sep 03 18:25:02 2011 +0200
     1.3 @@ -365,7 +365,6 @@
     1.4  
     1.5  msg_out *create_msg_out(message * msg);
     1.6  msg_out *clone_msg_out(msg_out * msgout_orig);
     1.7 -GList *create_msg_out_list(GList * msg_list);
     1.8  void destroy_msg_out(msg_out * msgout);
     1.9  void destroy_msg_out_list(GList * msgout_list);
    1.10