comparison src/server.c @ 9295:3313eab5033d

[gaim-migrate @ 10098] I really thought I had removed all those gaim_blist_save's Sorry about that committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jun 2004 21:59:04 +0000
parents 7a8aa87164ae
children f1fd56e83567
comparison
equal deleted inserted replaced
9294:01dee77a079d 9295:3313eab5033d
1125 gaim_timeout_remove(idle_buddy_timeout_id); 1125 gaim_timeout_remove(idle_buddy_timeout_id);
1126 idle_buddy_timeout_id = 0; 1126 idle_buddy_timeout_id = 0;
1127 } 1127 }
1128 } 1128 }
1129 1129
1130 /*
1131 * @param idle The time at which the buddy became idle, in seconds
1132 * since the epoch.
1133 */
1130 void serv_got_update(GaimConnection *gc, const char *name, int loggedin, 1134 void serv_got_update(GaimConnection *gc, const char *name, int loggedin,
1131 int evil, time_t signon, time_t idle, int type) 1135 int evil, time_t signon, time_t idle, int type)
1132 { 1136 {
1133 GaimAccount *account; 1137 GaimAccount *account;
1134 GaimConversation *c; 1138 GaimConversation *c;