comparison src/protocols/yahoo/yahoo.c @ 4608:5fcb44d771d2

[gaim-migrate @ 4896] just because an account signs off doesn't mean we can forget about it ;-) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 24 Feb 2003 00:29:54 +0000
parents 864518c3767d
children d19872836812
comparison
equal deleted inserted replaced
4607:8742023570be 4608:5fcb44d771d2
39 #include <stdlib.h> 39 #include <stdlib.h>
40 #include <stdio.h> 40 #include <stdio.h>
41 #include <time.h> 41 #include <time.h>
42 #include <sys/stat.h> 42 #include <sys/stat.h>
43 #include <ctype.h> 43 #include <ctype.h>
44 #include "gaim.h"
44 #include "multi.h" 45 #include "multi.h"
45 #include "prpl.h" 46 #include "prpl.h"
46 #include "gaim.h"
47 #include "proxy.h" 47 #include "proxy.h"
48 #include "md5.h" 48 #include "md5.h"
49 49
50 #ifdef _WIN32 50 #ifdef _WIN32
51 #include "win32dep.h" 51 #include "win32dep.h"