diff src/convo.h @ 2843:87d11d2a7d59

[gaim-migrate @ 2856] i think we've found our mole committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 04 Dec 2001 07:53:55 +0000
parents 5473c8c5378d
children b1e300a85678
line wrap: on
line diff
--- a/src/convo.h	Tue Dec 04 05:38:53 2001 +0000
+++ b/src/convo.h	Tue Dec 04 07:53:55 2001 +0000
@@ -33,6 +33,9 @@
 #include "pixmaps/tb_search.xpm"
 #include "pixmaps/block.xpm"
 
+extern GtkWidget *convo_notebook;
+extern GtkWidget *chat_notebook;
+
 /* we declare all of the global functions for chat and IM windows here, so
  * that it's easy to keep them merged. */
 
@@ -67,6 +70,9 @@
 extern void check_spelling( GtkEditable *, gchar *, gint, gint *, gpointer);
 extern int entry_key_pressed(GtkWidget *, GtkWidget *);
 
+extern void convo_switch(GtkNotebook *, GtkWidget *, gint, gpointer);
+extern gint delete_all_convo(GtkWidget *, GdkEventAny *, gpointer);
+
 extern GtkWidget *build_conv_toolbar(struct conversation *);
 
 extern void send_callback(GtkWidget *, struct conversation *);