src/server.c

changeset 9927
7ae7d2accb3e
parent 9899
30cc3ce7aeb7
child 9933
61bd3fadbfe6
equal deleted inserted replaced
9926:9957e01fd88a 9927:7ae7d2accb3e
1140 1140
1141 /* 1141 /*
1142 * @param idle The time at which the buddy became idle, in seconds 1142 * @param idle The time at which the buddy became idle, in seconds
1143 * since the epoch. 1143 * since the epoch.
1144 */ 1144 */
1145 void serv_got_update(GaimConnection *gc, const char *name, int loggedin, 1145 void serv_got_update(GaimConnection *gc, const char *name, gboolean loggedin,
1146 int evil, time_t signon, time_t idle, int type) 1146 int evil, time_t signon, time_t idle, int type)
1147 { 1147 {
1148 GaimAccount *account; 1148 GaimAccount *account;
1149 GaimConversation *c; 1149 GaimConversation *c;
1150 GaimBuddy *b; 1150 GaimBuddy *b;

mercurial