From e20e97c2081eb38854c93495a41d7315259bc715 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 29 Sep 2000 03:09:26 +0000 Subject: added prototype. 2000-09-28 Chris Toshok * subscribe-control.h (subscribe_search): added prototype. * subscribe-control.c (subscribe_search): new function. * subscribe-control-factory.c (make_folder_search_widget): new function, to add search widget to toolbar. (control_activate): create the search widget and add it to the toolbar. svn path=/trunk/; revision=5632 --- mail/subscribe-control.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/subscribe-control.h') diff --git a/mail/subscribe-control.h b/mail/subscribe-control.h index 164dea57dc..1822f32980 100644 --- a/mail/subscribe-control.h +++ b/mail/subscribe-control.h @@ -57,5 +57,6 @@ void subscribe_unselect_all (BonoboUIHandler *uih, void *user_data, const char * void subscribe_folder (GtkWidget *widget, gpointer user_data); void unsubscribe_folder (GtkWidget *widget, gpointer user_data); void subscribe_refresh_list (GtkWidget *widget, gpointer user_data); +void subscribe_search (GtkWidget *widget, gpointer user_data); #endif /* _SUBSCRIBE_CONTROL_H_ */ -- cgit v1.2.3