Mercurial > pidgin
comparison src/server.c @ 2920:4ed6fb39870b
[gaim-migrate @ 2933]
who the hell cares.
committer: Tailor Script <tailor@pidgin.im>
| author | Adam Fritzler <mid@auk.cx> |
|---|---|
| date | Tue, 01 Jan 2002 09:49:04 +0000 |
| parents | 538c58b43eff |
| children | 261895f72f8a |
comparison
equal
deleted
inserted
replaced
| 2919:22aefb8de0cb | 2920:4ed6fb39870b |
|---|---|
| 648 } | 648 } |
| 649 | 649 |
| 650 | 650 |
| 651 | 651 |
| 652 void serv_got_update(struct gaim_connection *gc, char *name, int loggedin, int evil, time_t signon, | 652 void serv_got_update(struct gaim_connection *gc, char *name, int loggedin, int evil, time_t signon, |
| 653 time_t idle, int type, gushort caps) | 653 time_t idle, int type, guint caps) |
| 654 { | 654 { |
| 655 struct buddy *b = find_buddy(gc, name); | 655 struct buddy *b = find_buddy(gc, name); |
| 656 | 656 |
| 657 if (gc->prpl->options & OPT_PROTO_CORRECT_TIME) { | 657 if (gc->prpl->options & OPT_PROTO_CORRECT_TIME) { |
| 658 char *tmp = g_strdup(normalize(name)); | 658 char *tmp = g_strdup(normalize(name)); |
