mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
cleanup
This commit is contained in:
parent
12b2828d0d
commit
12795788ea
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue