diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-28 23:02:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-28 23:02:30 +0800 |
commit | 09f78111f5a1cbee7d703553546595bd586e3116 (patch) | |
tree | 57903474178fe6b38f6b62e0cde121b79406cd29 /mail/message-list.h | |
parent | 8e1bd54222c9beff37131485bdd1a9beb51dbd40 (diff) | |
download | gsoc2013-evolution-09f78111f5a1cbee7d703553546595bd586e3116.tar.gz gsoc2013-evolution-09f78111f5a1cbee7d703553546595bd586e3116.tar.zst gsoc2013-evolution-09f78111f5a1cbee7d703553546595bd586e3116.zip |
message-list.c: added prototype for filter_date()
svn path=/trunk/; revision=3772
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 28ce513e18..033f0ca23a 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -92,3 +92,4 @@ void message_list_set_search (MessageList *message_list, const char *s GtkWidget *message_list_get_widget (MessageList *message_list); #endif /* _MESSAGE_LIST_H_ */ + |