comparison src/protocols/gg/gg.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
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 4894 2003-02-23 02:21:17Z lschiere $ 3 * $Id: gg.c 4896 2003-02-24 00:29:54Z faceprint $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
42 #include <time.h> 42 #include <time.h>
43 #include <sys/stat.h> 43 #include <sys/stat.h>
44 #include <ctype.h> 44 #include <ctype.h>
45 /* Library from EKG (Eksperymentalny Klient Gadu-Gadu) */ 45 /* Library from EKG (Eksperymentalny Klient Gadu-Gadu) */
46 #include "libgg.h" 46 #include "libgg.h"
47 #include "gaim.h"
47 #include "multi.h" 48 #include "multi.h"
48 #include "core.h" 49 #include "core.h"
49 #include "prpl.h" 50 #include "prpl.h"
50 #include "gaim.h"
51 #include "proxy.h" 51 #include "proxy.h"
52 52
53 #ifdef _WIN32 53 #ifdef _WIN32
54 #include "win32dep.h" 54 #include "win32dep.h"
55 #endif 55 #endif