diff plugins/events.c @ 5676:dae79aefac8d

[gaim-migrate @ 6094] I've been meaning to do this for a LONG time. The conversation API now follows the naming convention of the rest of the new APIs. I'll get some g_return_*_if_fail() checks in there soon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 21:51:06 +0000
parents c0baa01cdeda
children 7d385de2f9cd
line wrap: on
line diff
--- a/plugins/events.c	Mon Jun 02 21:14:50 2003 +0000
+++ b/plugins/events.c	Mon Jun 02 21:51:06 2003 +0000
@@ -161,7 +161,7 @@
 	printf("event_got_typing: %s\n", who);
 }
 
-static evt_del_conversation(struct gaim_conversation *c, void *data)
+static evt_del_conversation(GaimConversation *c, void *data)
 {
 	printf("event_del_conversation\n");
 }