diff 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
line wrap: on
line diff
--- a/src/gaim.h	Tue Apr 01 19:38:22 2003 +0000
+++ b/src/gaim.h	Tue Apr 01 20:47:50 2003 +0000
@@ -32,6 +32,7 @@
 #include "util.h"
 
 #define XPATCH BAD /* Because Kalla Said So */
+#define hash_func(key, data) serv_got_im(gc, key, data, 0, time(NULL), -1)
 
 /* XXX CUI: when this is done being split, the only things below should be things
  * both the core and the uis depend on e.g. the protocol definitions, etc, and