diff src/convo.h @ 907:08d5037c9296

[gaim-migrate @ 917] chat fixes, and a possible gtkhtml fix? (it doesn't hurt) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Sep 2000 21:04:59 +0000
parents e33dfed611c9
children 9f2afe5faed5
line wrap: on
line diff
--- a/src/convo.h	Thu Sep 14 18:50:04 2000 +0000
+++ b/src/convo.h	Thu Sep 14 21:04:59 2000 +0000
@@ -56,6 +56,8 @@
 extern void insert_smiley(GtkWidget *, struct conversation *);
 /* sound is handled by set_option */
 extern gboolean keypress_callback(GtkWidget *, GdkEventKey *, struct conversation *);
+extern void check_spelling( GtkEditable *, gchar *, gint, gint *, gpointer);
+extern int entry_key_pressed(GtkWidget *, GtkWidget *);
 
 extern GtkWidget *build_conv_toolbar(struct conversation *);