Changeset 6181 for trunk/licq/include/licq_socket.h
- Timestamp:
- 05/05/08 16:31:53 (7 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_socket.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_socket.h
r6164 r6181 167 167 bool SendPacket(CBuffer *b); 168 168 bool RecvPacket(); 169 bool ConnectTo(const char* server, unsigned short port, ProxyServer *xProxy); 169 170 }; 170 171
