comparison src/gaim.h @ 4952:b7dfce780963

[gaim-migrate @ 5286] AOL has started requesting hashes again. This means they'll *probably* start blocking again soon. The hash server we put up last time isn't working right because we claim to be a different version of AIM now, so I hard-coded the values in oscar.c and we'll have to keep updating that until we get it fixed. Stable Gaim and TOC are unaffected. You should really update this so that OSCAR will work. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 01 Apr 2003 20:47:50 +0000
parents 5fe846b7603f
children 42bd8ab53234
comparison
equal deleted inserted replaced
4951:207f1e546849 4952:b7dfce780963
30 #include "list.h" 30 #include "list.h"
31 #include "ui.h" 31 #include "ui.h"
32 #include "util.h" 32 #include "util.h"
33 33
34 #define XPATCH BAD /* Because Kalla Said So */ 34 #define XPATCH BAD /* Because Kalla Said So */
35 #define hash_func(key, data) serv_got_im(gc, key, data, 0, time(NULL), -1)
35 36
36 /* XXX CUI: when this is done being split, the only things below should be things 37 /* XXX CUI: when this is done being split, the only things below should be things
37 * both the core and the uis depend on e.g. the protocol definitions, etc, and 38 * both the core and the uis depend on e.g. the protocol definitions, etc, and
38 * it won't include core.h or ui.h (i.e. it'll mostly be #define's) */ 39 * it won't include core.h or ui.h (i.e. it'll mostly be #define's) */
39 40