Mercurial > pidgin.yaz
diff src/multi.h @ 2438:5cbe86a444d9
[gaim-migrate @ 2451]
more updates to core.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 06 Oct 2001 00:10:29 +0000 |
parents | 5473c8c5378d |
children | e841b14b5b89 |
line wrap: on
line diff
--- a/src/multi.h Fri Oct 05 22:23:27 2001 +0000 +++ b/src/multi.h Sat Oct 06 00:10:29 2001 +0000 @@ -26,7 +26,7 @@ /* ok. now the fun begins. first we create a connection structure */ struct gaim_connection { - int edittype; /* CUI: this is ui-specific and should be removed */ + int edittype; /* XXX CUI: this is ui-specific and should be removed */ /* we need to do either oscar or TOC */ /* we make this as an int in case if we want to add more protocols later */ @@ -54,10 +54,9 @@ char username[64]; char displayname[128]; char password[32]; - int options; /* same as aim_user options */ guint keepalive; /* stuff needed for per-connection idle times */ - guint idle_timer; /* CUI: we need to figure out what to do about idle reporting */ + guint idle_timer; time_t login_time; time_t lastsent; int is_idle;