comparison 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
comparison
equal deleted inserted replaced
10245:c143a3fac58d 10246:a66cf83552dc
22 22
23 /* Gaim includes */ 23 /* Gaim includes */
24 #include "internal.h" 24 #include "internal.h"
25 #include "account.h" 25 #include "account.h"
26 #include "accountopt.h" 26 #include "accountopt.h"
27 #include "cmds.h"
28 #include "conversation.h"
27 #include "debug.h" 29 #include "debug.h"
30 #include "ft.h"
28 #include "notify.h" 31 #include "notify.h"
29 #include "prpl.h" 32 #include "prpl.h"
30 #include "request.h" 33 #include "request.h"
34 #include "roomlist.h"
31 #include "server.h" 35 #include "server.h"
32 #include "util.h" 36 #include "util.h"
33 #include "roomlist.h"
34 #include "ft.h"
35 #include "cmds.h"
36 37
37 /* Default public and private key file names */ 38 /* Default public and private key file names */
38 #define SILCGAIM_PUBLIC_KEY_NAME "public_key.pub" 39 #define SILCGAIM_PUBLIC_KEY_NAME "public_key.pub"
39 #define SILCGAIM_PRIVATE_KEY_NAME "private_key.prv" 40 #define SILCGAIM_PRIVATE_KEY_NAME "private_key.prv"
40 41