comparison src/protocols/oscar/aim.h @ 3771:765769211688

[gaim-migrate @ 3910] More FT cleanups by Wil Mahan. Thanks, Wil. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 20 Oct 2002 23:46:56 +0000
parents e941bfbacf7c
children 43e396e94095
comparison
equal deleted inserted replaced
3770:a72e303e6f5c 3771:765769211688
692 short nlanguage; /* 190 */ 692 short nlanguage; /* 190 */
693 char name[64]; /* 192 */ 693 char name[64]; /* 192 */
694 /* 256 */ 694 /* 256 */
695 }; 695 };
696 696
697 struct aim_filetransfer_priv { 697 #define AIM_OFT_SUBTYPE_SEND_FILE 0x0001
698 char sn[MAXSNLEN]; 698 #define AIM_OFT_SUBTYPE_SEND_DIR 0x0002
699 char cookie[8]; 699 #define AIM_OFT_SUBTYPE_GET_FILE 0x0011
700 char ip[30]; 700 #define AIM_OPT_SUBTYPE_GET_LIST 0x0012
701 int state;
702 struct aim_fileheader_t fh;
703 };
704 #define OFT_TIMEOUT (60)
705 701
706 struct aim_chat_roominfo { 702 struct aim_chat_roominfo {
707 unsigned short exchange; 703 unsigned short exchange;
708 char *name; 704 char *name;
709 unsigned short instance; 705 unsigned short instance;
860 fu32_t fgcolor; 856 fu32_t fgcolor;
861 fu32_t bgcolor; 857 fu32_t bgcolor;
862 const char *rtfmsg; 858 const char *rtfmsg;
863 } rtfmsg; 859 } rtfmsg;
864 struct { 860 struct {
865 fu16_t multiple; 861 fu16_t subtype;
866 fu16_t totfiles; 862 fu16_t totfiles;
867 fu32_t totsize; 863 fu32_t totsize;
868 char *filename; 864 char *filename;
869 } sendfile; 865 } sendfile;
870 } info; 866 } info;