diff pidgin/win32/wspell.h @ 15638:026f9c6cc942

winpidgin warning fixes
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 15 Feb 2007 18:19:51 +0000
parents d75099d2567e
children 32c366eeeb99
line wrap: on
line diff
--- a/pidgin/win32/wspell.h	Thu Feb 15 00:45:01 2007 +0000
+++ b/pidgin/win32/wspell.h	Thu Feb 15 18:19:51 2007 +0000
@@ -24,7 +24,7 @@
 #define _WSPELL_H_
 #include <gtkspell/gtkspell.h>
 
-void wpidginspell_init(void);
+void winpidgin_spell_init(void);
 
 extern GtkSpell* (*wpidginspell_new_attach)(GtkTextView*, const gchar*, GError**);
 #define gtkspell_new_attach( view, lang, error ) \
@@ -38,7 +38,7 @@
 #define gtkspell_detach( spell ) \
 wpidginspell_detach( spell )
 
-extern gboolean (*wpidginspell_set_language)(GtkSpell*,	const gchar*, GError**);
+extern gboolean (*wpidginspell_set_language)(GtkSpell*, const gchar*, GError**);
 #define gtkspell_set_language( spell, lang, error ) \
 wpidginspell_set_language( spell, lang, error )