pidgin/plugins/spellchk.c

changeset 22104
56970903b8e9
parent 20289
5c844288fbec
child 22140
40e08549fb24
--- a/pidgin/plugins/spellchk.c	Wed Jan 02 22:15:06 2008 +0000
+++ b/pidgin/plugins/spellchk.c	Thu Jan 03 04:57:40 2008 +0000
@@ -695,7 +695,7 @@
 	return 1;
 }
 
-static void load_conf()
+static void load_conf(void)
 {
 	/* Corrections to change "...", "(c)", "(r)", and "(tm)" to their
 	 * Unicode character equivalents were not added here even though
@@ -1912,7 +1912,7 @@
 	save_list();
 }
 
-static void list_add_new()
+static void list_add_new(void)
 {
 	GtkTreeIter iter;
 	const char *word = gtk_entry_get_text(GTK_ENTRY(bad_entry));
@@ -2015,7 +2015,7 @@
 	gtk_tree_row_reference_free(row_reference);
 }
 
-static void list_delete()
+static void list_delete(void)
 {
 	GtkTreeSelection *sel;
 	GSList *list = NULL;

mercurial