comparison src/server.c @ 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 864f4aae0b60
children d50d3abb9eb7
comparison
equal deleted inserted replaced
1055:5a99def38a47 1056:bde34730789c
28 #include <sys/types.h> 28 #include <sys/types.h>
29 #include <sys/stat.h> 29 #include <sys/stat.h>
30 #include <sys/time.h> 30 #include <sys/time.h>
31 #include <unistd.h> 31 #include <unistd.h>
32 #include <gtk/gtk.h> 32 #include <gtk/gtk.h>
33 #include <aim.h>
34 #ifdef USE_SCREENSAVER 33 #ifdef USE_SCREENSAVER
35 #include <X11/Xlib.h> 34 #include <X11/Xlib.h>
36 #include <X11/Xutil.h> 35 #include <X11/Xutil.h>
37 #include <X11/extensions/scrnsaver.h> 36 #include <X11/extensions/scrnsaver.h>
38 #endif /* USE_SCREENSAVER */ 37 #endif /* USE_SCREENSAVER */
395 } 394 }
396 } 395 }
397 396
398 397
399 398
400 void serv_got_update(struct gaim_connection *gc, char *name, int loggedin, int evil, time_t signon, time_t idle, int type, u_short caps) 399 void serv_got_update(struct gaim_connection *gc, char *name, int loggedin, int evil, time_t signon, time_t idle, int type, gushort caps)
401 { 400 {
402 struct buddy *b = find_buddy(gc, name); 401 struct buddy *b = find_buddy(gc, name);
403 struct gaim_connection *g = find_gaim_conn_by_name(name); 402 struct gaim_connection *g = find_gaim_conn_by_name(name);
404 403
405 if (g) { 404 if (g) {