src/conversation.c

changeset 907
3638fe0afd66
parent 905
7a2da3bc1ebe
child 909
83af8c8b993b
--- a/src/conversation.c	Thu Sep 14 18:50:04 2000 +0000
+++ b/src/conversation.c	Thu Sep 14 21:04:59 2000 +0000
@@ -722,8 +722,7 @@
 	g_free(buf);
 }
 
-static int
-entry_key_pressed(GtkWidget *w, GtkWidget *entry)
+int entry_key_pressed(GtkWidget *w, GtkWidget *entry)
 {
         check_everything(w);
         return TRUE;
@@ -1374,7 +1373,7 @@
 
 
 
-static void check_spelling( GtkEditable * editable, gchar * new_text,
+void check_spelling( GtkEditable * editable, gchar * new_text,
                                                           gint length, gint * position,
                                                           gpointer data )
 {

mercurial