diff src/protocols/silc/silcgaim.h @ 10246:a66cf83552dc

[gaim-migrate @ 11386] I changed gaim_find_conversation and gaim_find_conversation_with_account The first parameter is now one of GAIM_CONV_IM, GAIM_CONV_CHAT or GAIM_CONV_ANY. Unfortunately, this changes a bajillion files. Please look over this and make sure I use the correct type everywhere. Especially in Novell and MSN, and somewhat in SILC. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 23 Nov 2004 06:14:15 +0000
parents 30e052ebb5ae
children 681c69bfc267
line wrap: on
line diff
--- a/src/protocols/silc/silcgaim.h	Tue Nov 23 05:53:59 2004 +0000
+++ b/src/protocols/silc/silcgaim.h	Tue Nov 23 06:14:15 2004 +0000
@@ -24,15 +24,16 @@
 #include "internal.h"
 #include "account.h"
 #include "accountopt.h"
+#include "cmds.h"
+#include "conversation.h"
 #include "debug.h"
+#include "ft.h"
 #include "notify.h"
 #include "prpl.h"
 #include "request.h"
+#include "roomlist.h"
 #include "server.h"
 #include "util.h"
-#include "roomlist.h"
-#include "ft.h"
-#include "cmds.h"
 
 /* Default public and private key file names */
 #define SILCGAIM_PUBLIC_KEY_NAME "public_key.pub"