diff plugins/icq/icq.h @ 1531:e06dcc3025a9

[gaim-migrate @ 1541] updates to icqlib; don't pay attention to exception; my patch for handling hangups. other minor details. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 04 Mar 2001 02:26:32 +0000
parents 0ef6603d986e
children 8ed70631ed15
line wrap: on
line diff
--- a/plugins/icq/icq.h	Sun Mar 04 01:00:08 2001 +0000
+++ b/plugins/icq/icq.h	Sun Mar 04 02:26:32 2001 +0000
@@ -14,6 +14,10 @@
 #include <winsock.h>
 #endif /* _WIN32 */
 
+#ifdef __BEOS__
+#include <socket.h>
+#endif
+
 #include <time.h>
 
 /* ICQLIB version defines */
@@ -260,7 +264,7 @@
   struct icq_link_private *d;
   
   /** Space for user data */
-  void* icq_UserData;
+  void *icq_UserData;
 } ICQLINK;
 
 extern int icq_Russian;
@@ -516,6 +520,8 @@
   /** Remote uin's chat handle. */
   char remote_handle[64];
 
+  /** Space for user data */
+  void *user_data; 
 };
 
 void icq_ChatSessionClose(icq_ChatSession *session);
@@ -572,6 +578,8 @@
 
   int current_speed;
 
+  /** Space for user data */
+  void *user_data;
 };
           
 icq_FileSession *icq_AcceptFileRequest(ICQLINK *link, unsigned long uin,