comparison plugins/icq/contacts.h @ 1432:4c510ca3563f

[gaim-migrate @ 1442] icqlib 1.1.5 committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 28 Jan 2001 01:52:27 +0000
parents 201ec77f3a60
children 8ed70631ed15
comparison
equal deleted inserted replaced
1431:0137bacd63c8 1432:4c510ca3563f
3 #define _CONTACTS_H 3 #define _CONTACTS_H
4 4
5 #include "icq.h" 5 #include "icq.h"
6 #include "icqtypes.h" 6 #include "icqtypes.h"
7 7
8 typedef struct icq_ContItem 8 typedef struct icq_ContactItem_s
9 { 9 {
10 ICQLINK *icqlink; 10 ICQLINK *icqlink;
11 unsigned long uin; 11 unsigned long uin;
12 int vis_list; 12 int vis_list;
13 int invis_list;
13 unsigned long remote_ip; 14 unsigned long remote_ip;
14 unsigned long remote_real_ip; 15 unsigned long remote_real_ip;
15 unsigned long remote_port; 16 unsigned long remote_port;
16 unsigned char tcp_flag; 17 unsigned char tcp_flag;
17 } icq_ContactItem; 18 } icq_ContactItem;