(is_address_field): New prototype.
Showing
1 changed file
with
4 additions
and
1 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2005, |
3 | 2006 Free Software Foundation, Inc. | ||
3 | 4 | ||
4 | GNU Mailutils is free software; you can redistribute it and/or modify | 5 | GNU Mailutils is free software; you can redistribute it and/or modify |
5 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
... | @@ -370,6 +371,8 @@ void util_rfc2047_decode (char **value); | ... | @@ -370,6 +371,8 @@ void util_rfc2047_decode (char **value); |
370 | 371 | ||
371 | void util_mark_read (mu_message_t msg); | 372 | void util_mark_read (mu_message_t msg); |
372 | 373 | ||
374 | int is_address_field (const char *name); | ||
375 | |||
373 | extern int ml_got_interrupt (void); | 376 | extern int ml_got_interrupt (void); |
374 | extern void ml_clear_interrupt (void); | 377 | extern void ml_clear_interrupt (void); |
375 | extern void ml_readline_init (void); | 378 | extern void ml_readline_init (void); | ... | ... |
-
Please register or sign in to post a comment