comparison src/connection.h @ 10021:2f41f462ab4e

[gaim-migrate @ 10946] This should be good for now. It's taking forever to compile, so I'll fix eventloop.h and roomlist.h when I get back. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Sep 2004 22:33:55 +0000
parents 50c1724d5e59
children bf1ebc8f3bf3
comparison
equal deleted inserted replaced
10020:c06c4a697b31 10021:2f41f462ab4e
51 GAIM_CONNECTED, /**< Connected. */ 51 GAIM_CONNECTED, /**< Connected. */
52 GAIM_CONNECTING /**< Connecting. */ 52 GAIM_CONNECTING /**< Connecting. */
53 53
54 } GaimConnectionState; 54 } GaimConnectionState;
55 55
56 #include <time.h>
57
56 #include "account.h" 58 #include "account.h"
57 #include "internal.h"
58 #include "plugin.h" 59 #include "plugin.h"
59 60
60 typedef struct 61 typedef struct
61 { 62 {
62 void (*connect_progress)(GaimConnection *gc, const char *text, 63 void (*connect_progress)(GaimConnection *gc, const char *text,