Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 113248 | Differences between
and this patch

Collapse All | Expand All

(-)licq-1.3.2-orig/include/licq_buffer.h (-1 / +1 lines)
Lines 62-68 Link Here
62
62
63
   char *Pack(CBuffer *);
63
   char *Pack(CBuffer *);
64
   char *Pack(const char *data, int size);
64
   char *Pack(const char *data, int size);
65
   char *CBuffer::PackLNTS(const char *);
65
   char *PackLNTS(const char *);
66
   char *PackString(const char *data, unsigned short max = 0);
66
   char *PackString(const char *data, unsigned short max = 0);
67
   char *PackUnsignedShort(unsigned short data);
67
   char *PackUnsignedShort(unsigned short data);
68
   char *PackUnsignedLong(unsigned long data);
68
   char *PackUnsignedLong(unsigned long data);
(-)licq-1.3.2-orig/include/licq_icqd.h (+11 lines)
Lines 837-842 Link Here
837
  bool bFinished;
837
  bool bFinished;
838
};
838
};
839
839
840
//Forward declarations for friend functions
841
void *ProcessRunningEvent_Server_tep(void *p);
842
void *Ping_tep(void *p);
843
void *UpdateUsers_tep(void *p);
844
void *MonitorSockets_tep(void *p);
845
void *ReverseConnectToUser_tep(void *p);
846
void *ProcessRunningEvent_Client_tep(void *p);
847
void *ProcessRunningEvent_Server_tep(void *p);
848
void *Shutdown_tep(void *p);
849
void *ConnectToServer_tep(void *s);
850
840
851
841
852
842
#endif
853
#endif

Return to bug 113248