Mercurial > pidgin
comparison src/protocols/oscar/oscar.c @ 5868:d048e5f2af27
[gaim-migrate @ 6299]
assorted compile cleanups and fixes I came across
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 14 Jun 2003 15:25:03 +0000 |
parents | db5aa27cb345 |
children | 059d95c67cda |
comparison
equal
deleted
inserted
replaced
5867:db4df0be06fd | 5868:d048e5f2af27 |
---|---|
5459 GaimConnection *gc = sess->aux_data; | 5459 GaimConnection *gc = sess->aux_data; |
5460 struct oscar_data *od = gc->proto_data; | 5460 struct oscar_data *od = gc->proto_data; |
5461 | 5461 |
5462 char *md5 = NULL; | 5462 char *md5 = NULL; |
5463 fu16_t type; | 5463 fu16_t type; |
5464 fu8_t length, cached; | 5464 fu8_t length = 0, cached = 0; |
5465 va_list ap; | 5465 va_list ap; |
5466 va_start(ap, fr); | 5466 va_start(ap, fr); |
5467 type = va_arg(ap, int); | 5467 type = va_arg(ap, int); |
5468 switch (type) { | 5468 switch (type) { |
5469 case 0x0001: | 5469 case 0x0001: |