masqmail
diff src/masqmail.h @ 348:a7a387253b2f
Argument of read_queue() was unused, thus removed
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 14 Jul 2011 11:31:52 +0200 |
parents | 257ffce6c1cd |
children | b45dc53f2829 |
line diff
1.1 --- a/src/masqmail.h Thu Jul 14 11:15:27 2011 +0200 1.2 +++ b/src/masqmail.h Thu Jul 14 11:31:52 2011 +0200 1.3 @@ -457,7 +457,7 @@ 1.4 gboolean spool_delete_all(message * msg); 1.5 1.6 /* queue.c */ 1.7 -GList *read_queue(gboolean do_readdata); 1.8 +GList *read_queue(void); 1.9 gboolean queue_run(void); 1.10 gboolean queue_run_online(void); 1.11 void queue_list(void);