comparison src/multi.h @ 2210:3a6fd1e8f00a

[gaim-migrate @ 2220] i haven't even tested this. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Sep 2001 05:25:13 +0000
parents cff4fbe01c7b
children cef6d4e81aec
comparison
equal deleted inserted replaced
2209:9b8b32ae3b41 2210:3a6fd1e8f00a
51 void *proto_data; 51 void *proto_data;
52 52
53 struct aim_user *user; 53 struct aim_user *user;
54 54
55 char username[64]; 55 char username[64];
56 char displayname[128];
56 char password[32]; 57 char password[32];
57 int options; /* same as aim_user options */ 58 int options; /* same as aim_user options */
58 guint keepalive; 59 guint keepalive;
59 /* stuff needed for per-connection idle times */ 60 /* stuff needed for per-connection idle times */
60 guint idle_timer; 61 guint idle_timer;