comparison src/protocols/oscar/snac.c @ 13253:87a7c3077c19

[gaim-migrate @ 15619] More cleaning up of oscar. Renamed some functions to be more clear. Got rid of some stuff that wasn't used. Inlined some small things in conn.c that were only used once. The goals of all this are 1. Non-blocking I/O for all connections 2. p2p stuff won't use the same struct as oscar connections, because that's stupid 3. The oscar PRPL should be less scary committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Feb 2006 21:27:04 +0000
parents f260d319bbbc
children 6519aeb66b31
comparison
equal deleted inserted replaced
13252:2871c385c45a 13253:87a7c3077c19
33 */ 33 */
34 34
35 #include "oscar.h" 35 #include "oscar.h"
36 36
37 /* 37 /*
38 * Called from aim_session_init() to initialize the hash. 38 * Called from oscar_session_new() to initialize the hash.
39 */ 39 */
40 faim_internal void aim_initsnachash(OscarSession *sess) 40 faim_internal void aim_initsnachash(OscarSession *sess)
41 { 41 {
42 int i; 42 int i;
43 43