diff src/multi.c @ 2559:e49ab50736bf

[gaim-migrate @ 2572] some protocols (like icq) expect that they'll be signed off. if they're compiled statically they need to be signed off. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 19 Oct 2001 21:55:46 +0000
parents 4fc6aac9da94
children c2abbf94b93d
line wrap: on
line diff
--- a/src/multi.c	Fri Oct 19 21:27:07 2001 +0000
+++ b/src/multi.c	Fri Oct 19 21:55:46 2001 +0000
@@ -1223,7 +1223,7 @@
 	}
 }
 
-void signoff_all(gpointer w, gpointer d)
+void signoff_all()
 {
 	GSList *c = connections;
 	struct gaim_connection *g = NULL;