This patch just forwards the needed declarations to licq_icqd.h.

I know this is a bit iffy, but it fixes licq-compilation on gcc-4.1.
Index: include/licq_icqd.h
===================================================================
--- include/licq_icqd.h	(revision 4324)
+++ include/licq_icqd.h	(working copy)
@@ -39,6 +39,16 @@
 class CReverseConnectToUserData;
 class CMSN;
 
+/* Forward declarations for friend functions */
+void *Ping_tep(void *p);
+void *UpdateUsers_tep(void *p);
+void *MonitorSockets_tep(void *p);
+void *ReverseConnectToUser_tep(void *p);
+void *ProcessRunningEvent_Client_tep(void *p);
+void *ProcessRunningEvent_Server_tep(void *p);
+void *Shutdown_tep(void *p);
+void *ConnectToServer_tep(void *s);
+
 const unsigned short IGNORE_MASSMSG    = 1;
 const unsigned short IGNORE_NEWUSERS   = 2;
 const unsigned short IGNORE_EMAILPAGER = 4;

Attachment: pgp7D9ELfbf7i.pgp
Description: PGP signature



Reply via email to