comparison src/protocols/oscar/aim.h @ 6197:af2e34423e9c

[gaim-migrate @ 6683] I don't think this affects anything, but it might. Thanks to Ludovic committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 18 Jul 2003 01:28:26 +0000
parents e4a5085fb870
children 6651ecdda5d6
comparison
equal deleted inserted replaced
6196:1440cfa8b1e1 6197:af2e34423e9c
795 #define AIM_RENDEZVOUS_ACCEPT 0x0002 795 #define AIM_RENDEZVOUS_ACCEPT 0x0002
796 796
797 struct aim_incomingim_ch2_args { 797 struct aim_incomingim_ch2_args {
798 fu16_t status; 798 fu16_t status;
799 fu8_t cookie[8]; 799 fu8_t cookie[8];
800 fu16_t reqclass; 800 int reqclass;
801 const char *proxyip; 801 const char *proxyip;
802 const char *clientip; 802 const char *clientip;
803 const char *verifiedip; 803 const char *verifiedip;
804 fu16_t port; 804 fu16_t port;
805 fu16_t errorcode; 805 fu16_t errorcode;