diff src/core.h @ 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 4e2ffa3d9094
children 1d140b31d4b3
line wrap: on
line diff
--- a/src/core.h	Mon Jun 02 21:14:50 2003 +0000
+++ b/src/core.h	Mon Jun 02 21:51:06 2003 +0000
@@ -128,7 +128,7 @@
 extern void serv_got_typing_stopped(GaimConnection *, const char *);
 extern void serv_got_eviled(GaimConnection *, const char *, int);
 extern void serv_got_chat_invite(GaimConnection *, const char *, const char *, const char *, GHashTable *);
-extern struct gaim_conversation *serv_got_joined_chat(GaimConnection *, int, const char *);
+extern GaimConversation *serv_got_joined_chat(GaimConnection *, int, const char *);
 extern void serv_got_chat_left(GaimConnection *, int);
 extern void serv_got_chat_in(GaimConnection *, int, char *, int, char *, time_t);
 extern void serv_got_alias(GaimConnection *, const char *, const char *);