src/protocols/oscar/aim.h

changeset 6197
cc8a490ebadc
parent 6101
c3762fa398c4
child 6292
ec8a58bc2b87
equal deleted inserted replaced
6196:826eb41ee910 6197:cc8a490ebadc
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;

mercurial