diff plugins/lagmeter.c @ 1047:ece2d1543b20

[gaim-migrate @ 1057] Plugins now use GModule. Protocol plugins can be dynamically updated. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 01 Nov 2000 22:30:36 +0000
parents 91b7377e7b45
children 6b013aff4de3
line wrap: on
line diff
--- a/plugins/lagmeter.c	Wed Nov 01 11:34:56 2000 +0000
+++ b/plugins/lagmeter.c	Wed Nov 01 22:30:36 2000 +0000
@@ -113,7 +113,7 @@
 	check_timeout = gtk_timeout_add(1000 * delay, (GtkFunction)send_lag, gc);
 }
 
-void gaim_plugin_init(void *h) {
+char *gaim_plugin_init(GModule *h) {
 	handle = h;
 
 	confdlg = NULL;