This commit is contained in:
ehouse 2005-03-30 01:32:02 +00:00
parent 12b2828d0d
commit 12795788ea

View file

@ -6,12 +6,8 @@
typedef unsigned short HostID;
typedef unsigned short CookieID; /* stands in for string after connection established */
typedef struct ThreadData {
int socket;
} ThreadData;
void logf( const char* format, ... );
void killSocket( int socket, char* why );
#endif