| 53 |
53 |
| 54 extern char *yahoo_crypt(char *, char *); |
54 extern char *yahoo_crypt(char *, char *); |
| 55 |
55 |
| 56 /* for win32 compatability */ |
56 /* for win32 compatability */ |
| 57 G_MODULE_IMPORT GSList *connections; |
57 G_MODULE_IMPORT GSList *connections; |
| 58 |
|
| 59 #include "pixmaps/status-away.xpm" |
|
| 60 #include "pixmaps/status-here.xpm" |
|
| 61 #include "pixmaps/status-idle.xpm" |
|
| 62 #include "pixmaps/status-game.xpm" |
|
| 63 |
58 |
| 64 #define YAHOO_DEBUG |
59 #define YAHOO_DEBUG |
| 65 |
60 |
| 66 #define USEROPT_MAIL 0 |
61 #define USEROPT_MAIL 0 |
| 67 |
62 |