comparison src/protocols/oscar/aim.h @ 4826:e6654fab588b

[gaim-migrate @ 5151] Defibrillator?! I don't even know her!! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 18 Mar 2003 22:30:21 +0000
parents 22a7602ebe25
children edfe778868e2
comparison
equal deleted inserted replaced
4825:682e91a2fcd3 4826:e6654fab588b
430 int debug; 430 int debug;
431 void (*debugcb)(struct aim_session_s *sess, int level, const char *format, va_list va); /* same as faim_debugging_callback_t */ 431 void (*debugcb)(struct aim_session_s *sess, int level, const char *format, va_list va); /* same as faim_debugging_callback_t */
432 432
433 aim_msgcookie_t *msgcookies; 433 aim_msgcookie_t *msgcookies;
434 struct aim_icq_info *icq_info; 434 struct aim_icq_info *icq_info;
435 struct aim_oft_info *oft_info;
435 436
436 void *modlistv; 437 void *modlistv;
437 } aim_session_t; 438 } aim_session_t;
438 439
439 /* Values for sess->flags */ 440 /* Values for sess->flags */
990 fu16_t nlanguage; /* 190 */ 991 fu16_t nlanguage; /* 190 */
991 char name[64]; /* 192 */ 992 char name[64]; /* 192 */
992 /* 256 */ 993 /* 256 */
993 }; 994 };
994 995
995 struct aim_filetransfer_priv { 996 struct aim_oft_info {
996 char cookie[8]; 997 char cookie[8];
997 char ip[30]; 998 char ip[30];
998 int state; 999 struct aim_fileheader_t *fh;
999 struct aim_fileheader_t fh; 1000 struct aim_oft_info *next;
1000 }; 1001 };
1001 1002
1002 faim_export fu32_t aim_oft_checksum_chunk(const fu8_t *buffer, int bufferlen, fu32_t prevcheck); 1003 faim_export fu32_t aim_oft_checksum_chunk(const fu8_t *buffer, int bufferlen, fu32_t prevcheck);
1003 faim_export fu32_t aim_oft_checksum_file(char *filename); 1004 faim_export fu32_t aim_oft_checksum_file(char *filename);
1004 faim_export int aim_handlerendconnect(aim_session_t *sess, aim_conn_t *cur); 1005 faim_export int aim_handlerendconnect(aim_session_t *sess, aim_conn_t *cur);