Mercurial > pidgin
comparison src/protocols/simple/simple.c @ 11658:20edc3a05317
[gaim-migrate @ 13943]
more size_t stuff
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Fri, 14 Oct 2005 01:15:55 +0000 |
| parents | 1f95b6308195 |
| children | 11e95968c9ff |
comparison
equal
deleted
inserted
replaced
| 11657:516cefa2d27d | 11658:20edc3a05317 |
|---|---|
| 519 "Max-Forwards: 10\r\n" | 519 "Max-Forwards: 10\r\n" |
| 520 "CSeq: %d %s\r\n" | 520 "CSeq: %d %s\r\n" |
| 521 "User-Agent: Gaim SIP/SIMPLE Plugin\r\n" | 521 "User-Agent: Gaim SIP/SIMPLE Plugin\r\n" |
| 522 "Call-ID: %s\r\n" | 522 "Call-ID: %s\r\n" |
| 523 "%s%s" | 523 "%s%s" |
| 524 "Content-Length: %d\r\n\r\n%s", | 524 "Content-Length: %" G_GSIZE_FORMAT "\r\n\r\n%s", |
| 525 method, | 525 method, |
| 526 url, | 526 url, |
| 527 sip->udp ? "UDP" : "TCP", | 527 sip->udp ? "UDP" : "TCP", |
| 528 sip->ip ? sip->ip : "", | 528 sip->ip ? sip->ip : "", |
| 529 sip->listenport, | 529 sip->listenport, |
