mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +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 HostID;
|
||||||
typedef unsigned short CookieID; /* stands in for string after connection established */
|
typedef unsigned short CookieID; /* stands in for string after connection established */
|
||||||
|
|
||||||
typedef struct ThreadData {
|
|
||||||
int socket;
|
|
||||||
} ThreadData;
|
|
||||||
|
|
||||||
void logf( const char* format, ... );
|
void logf( const char* format, ... );
|
||||||
|
|
||||||
|
void killSocket( int socket, char* why );
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue