diff options
Diffstat (limited to 'networking/sendmail.c')
-rw-r--r-- | networking/sendmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/sendmail.c b/networking/sendmail.c index eb356dcf5..241028b92 100644 --- a/networking/sendmail.c +++ b/networking/sendmail.c | |||
@@ -252,7 +252,7 @@ static void pop3_message(const char *filename) | |||
252 | #endif | 252 | #endif |
253 | 253 | ||
254 | int sendgetmail_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 254 | int sendgetmail_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
255 | int sendgetmail_main(int argc, char **argv) | 255 | int sendgetmail_main(int argc ATTRIBUTE_UNUSED, char **argv) |
256 | { | 256 | { |
257 | llist_t *opt_recipients = NULL; | 257 | llist_t *opt_recipients = NULL; |
258 | 258 | ||