diff src/toc.c @ 237:6ced2f1c8b24

[gaim-migrate @ 247] How cool is this, libfaim is making a comeback. I completely redid everything, as was necessary because of the updates to libfaim since gaim 0.9.7. You can sign on and send/recv IMs, but there's a bad lag between display updates that I haven't figured out how to fix yet. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 20 May 2000 00:30:53 +0000
parents e8ea7f37e28f
children 14fc16f579c8
line wrap: on
line diff
--- a/src/toc.c	Thu May 18 18:20:18 2000 +0000
+++ b/src/toc.c	Sat May 20 00:30:53 2000 +0000
@@ -35,6 +35,7 @@
 #include "gaim.h"
 #include "gnome_applet_mgr.h"
 
+#ifndef USE_OSCAR
 
 
 /* descriptor for talking to TOC */
@@ -843,6 +844,8 @@
         }
 }
 
+#endif /* USE_OSCAR */
+
 void parse_toc_buddy_list(char *config)
 {
 	char *c;