Prototype some functions to shut the compiler up.
2003-03-04 Jeffrey Stedfast <fejj@ximian.com> * mail-search.c: Prototype some functions to shut the compiler up. svn path=/trunk/; revision=20163
This commit is contained in:
committed by
Jeffrey Stedfast
parent
f776394961
commit
b7cc601332
@ -1,5 +1,7 @@
|
||||
2003-03-04 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-search.c: Prototype some functions to shut the compiler up.
|
||||
|
||||
* mail-callbacks.c (composer_get_message): Go back to using
|
||||
e_destination_get_address() but use the camel-address parser on
|
||||
the strings to make sure they are non-empty. Fixes bug #37854.
|
||||
|
||||
@ -33,7 +33,13 @@
|
||||
#include <gtkhtml/htmlengine.h>
|
||||
#include <libgnomeui/gnome-window-icon.h>
|
||||
|
||||
static GtkObjectClass *parent_class;
|
||||
|
||||
static ESearchingTokenizer *mail_search_tokenizer (MailSearch *ms);
|
||||
static void mail_search_redisplay_message (MailSearch *ms);
|
||||
|
||||
|
||||
static GtkObjectClass *parent_class = NULL;
|
||||
|
||||
|
||||
static void
|
||||
mail_search_finalise (GObject *obj)
|
||||
|
||||
Reference in New Issue
Block a user