diff -ur licq-1.3.2-orig/include/licq_buffer.h licq-1.3.2/include/licq_buffer.h --- licq-1.3.2-orig/include/licq_buffer.h 2006-03-15 00:41:39.000000000 -0500 +++ licq-1.3.2/include/licq_buffer.h 2006-03-15 00:42:25.000000000 -0500 @@ -62,7 +62,7 @@ char *Pack(CBuffer *); char *Pack(const char *data, int size); - char *CBuffer::PackLNTS(const char *); + char *PackLNTS(const char *); char *PackString(const char *data, unsigned short max = 0); char *PackUnsignedShort(unsigned short data); char *PackUnsignedLong(unsigned long data); diff -ur licq-1.3.2-orig/include/licq_icqd.h licq-1.3.2/include/licq_icqd.h --- licq-1.3.2-orig/include/licq_icqd.h 2006-03-15 00:41:39.000000000 -0500 +++ licq-1.3.2/include/licq_icqd.h 2006-03-15 00:45:49.000000000 -0500 @@ -837,6 +837,17 @@ bool bFinished; }; +//Forward declarations for friend functions +void *ProcessRunningEvent_Server_tep(void *p); +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); + #endif