diff src/gaim.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 960fe32ea9b7
children dbed8c87f750
line wrap: on
line diff
--- a/src/gaim.h	Mon Jun 02 21:14:50 2003 +0000
+++ b/src/gaim.h	Mon Jun 02 21:51:06 2003 +0000
@@ -268,7 +268,7 @@
 extern void rm_log(struct log_conversation *);
 extern struct log_conversation *find_log_info(const char *);
 extern void update_log_convs();
-extern void save_convo(GtkWidget *save, struct gaim_conversation *c);
+extern void save_convo(GtkWidget *save, GaimConversation *c);
 extern char *html_logize(const char *p);
 
 /*------------------------------------------------------------------------*/