diff src/gaim.h @ 1056:bde34730789c

[gaim-migrate @ 1066] removed unnecessary dependency on libfaim's aim.h from all files except the one that really needs it, oscar.c committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 03 Nov 2000 10:31:56 +0000
parents 713b0e14e0a9
children 4927ce25d8cc
line wrap: on
line diff
--- a/src/gaim.h	Fri Nov 03 10:07:17 2000 +0000
+++ b/src/gaim.h	Fri Nov 03 10:31:56 2000 +0000
@@ -35,7 +35,6 @@
 #ifdef USE_GNOME
 #include <gnome.h>
 #endif
-#include "aim.h"
 #include "multi.h"
 
 
@@ -226,7 +225,7 @@
 	time_t signon;
 	time_t idle;
         int uc;
-	u_short caps; /* woohoo! */
+	gushort caps; /* woohoo! */
 };
 
 struct buddy_show {
@@ -666,7 +665,7 @@
 extern void serv_chat_send(struct gaim_connection *, int, char *);
 
 /* output from serv */
-extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, u_short);
+extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, gushort);
 extern void serv_got_im(struct gaim_connection *, char *, char *, int);
 extern void serv_got_eviled(char *, int);
 extern void serv_got_chat_invite(struct gaim_connection *, char *, int, char *, char *);