comparison: src/server.c
src/server.c
- changeset 2469
- bf94e333fa66
- parent 2468
- 06e4ab575087
- child 2505
- c558b395626a
equal
deleted
inserted
replaced
| 32 #include <unistd.h> |
32 #include <unistd.h> |
| 33 #include <errno.h> |
33 #include <errno.h> |
| 34 #include "prpl.h" |
34 #include "prpl.h" |
| 35 #include "multi.h" |
35 #include "multi.h" |
| 36 #include "gaim.h" |
36 #include "gaim.h" |
| |
37 #ifdef USE_APPLET |
| |
38 #include "applet.h" |
| |
39 #endif |
| 37 |
40 |
| 38 #include "pixmaps/ok.xpm" |
41 #include "pixmaps/ok.xpm" |
| 39 #include "pixmaps/cancel.xpm" |
42 #include "pixmaps/cancel.xpm" |
| 40 |
43 |
| 41 void serv_login(struct aim_user *user) |
44 void serv_login(struct aim_user *user) |