add new prototype mailbox_recent_count
Showing
1 changed file
with
2 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 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. |
3 | 3 | ||
4 | This program is free software; you can redistribute it and/or modify | 4 | This program is free software; you can redistribute it and/or modify |
5 | it under the terms of the GNU Library General Public License as published by | 5 | it under the terms of the GNU Library General Public License as published by |
... | @@ -58,6 +58,7 @@ extern int mailbox_set_folder __P ((mailbox_t, folder_t)); | ... | @@ -58,6 +58,7 @@ extern int mailbox_set_folder __P ((mailbox_t, folder_t)); |
58 | extern int mailbox_get_message __P ((mailbox_t, size_t msgno, message_t *)); | 58 | extern int mailbox_get_message __P ((mailbox_t, size_t msgno, message_t *)); |
59 | extern int mailbox_append_message __P ((mailbox_t, message_t)); | 59 | extern int mailbox_append_message __P ((mailbox_t, message_t)); |
60 | extern int mailbox_messages_count __P ((mailbox_t, size_t *)); | 60 | extern int mailbox_messages_count __P ((mailbox_t, size_t *)); |
61 | extern int mailbox_recent_count __P ((mailbox_t, size_t *)); | ||
61 | extern int mailbox_expunge __P ((mailbox_t)); | 62 | extern int mailbox_expunge __P ((mailbox_t)); |
62 | 63 | ||
63 | /* Update and scanning. */ | 64 | /* Update and scanning. */ | ... | ... |
-
Please register or sign in to post a comment