src/protocols/yahoo/yahoo.c

changeset 4690
e30dbd5b361f
parent 4687
91ad36873636
child 4722
f834a9a217c4
equal deleted inserted replaced
4689:524a0357d05b 4690:e30dbd5b361f
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

mercurial