Mercurial > pidgin
comparison src/multi.h @ 1068:ed28707debdc
[gaim-migrate @ 1078]
tooltips for one connection. need to figure out how to do it for multiple connections.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 04 Nov 2000 22:35:05 +0000 |
| parents | bde34730789c |
| children | f0f5c10cce63 |
comparison
equal
deleted
inserted
replaced
| 1067:649199f4730e | 1068:ed28707debdc |
|---|---|
| 53 char username[64]; | 53 char username[64]; |
| 54 char password[32]; | 54 char password[32]; |
| 55 char g_screenname[64]; | 55 char g_screenname[64]; |
| 56 int options; /* same as aim_user options */ | 56 int options; /* same as aim_user options */ |
| 57 int keepalive; | 57 int keepalive; |
| 58 int correction_time; | |
| 58 /* stuff needed for per-connection idle times */ | 59 /* stuff needed for per-connection idle times */ |
| 59 int idle_timer; | 60 int idle_timer; |
| 60 time_t login_time; | 61 time_t login_time; |
| 61 time_t lastsent; | 62 time_t lastsent; |
| 62 int is_idle; | 63 int is_idle; |
