comparison src/protocols/oscar/aim.h @ 2764:b8967c961056

[gaim-migrate @ 2777] eh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 19 Nov 2001 12:23:40 +0000
parents b715593f0d21
children 9467e4ee81be
comparison
equal deleted inserted replaced
2763:477a035d81e5 2764:b8967c961056
776 fu32_t length; 776 fu32_t length;
777 time_t timestamp; 777 time_t timestamp;
778 fu8_t *icon; 778 fu8_t *icon;
779 } icon; 779 } icon;
780 struct { 780 struct {
781 fu8_t junk;
781 } voice; 782 } voice;
782 struct { 783 struct {
783 fu8_t ip[22]; /* xxx.xxx.xxx.xxx:xxxxx\0 */ 784 fu8_t ip[22]; /* xxx.xxx.xxx.xxx:xxxxx\0 */
784 } imimage; 785 } imimage;
785 struct { 786 struct {
791 struct { 792 struct {
792 char *ip; 793 char *ip;
793 unsigned char *cookie; 794 unsigned char *cookie;
794 } getfile; 795 } getfile;
795 struct { 796 struct {
797 fu8_t junk;
796 } sendfile; 798 } sendfile;
797 } info; 799 } info;
798 }; 800 };
799 801
800 faim_export int aim_send_im_ext(aim_session_t *sess, struct aim_sendimext_args *args); 802 faim_export int aim_send_im_ext(aim_session_t *sess, struct aim_sendimext_args *args);