mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
move typedef
This commit is contained in:
parent
9c23a5c65e
commit
7bc8d22739
2 changed files with 5 additions and 1 deletions
|
@ -94,4 +94,9 @@ typedef enum {
|
|||
|
||||
,XWRELAY_ERROR_LASTERR
|
||||
} XWREASON;
|
||||
|
||||
|
||||
typedef unsigned int CookieID;
|
||||
#define COOKIE_ID_NONE 0L
|
||||
|
||||
#endif
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include <time.h>
|
||||
|
||||
typedef unsigned short HostID;
|
||||
typedef unsigned long CookieID; /* stands in for string after connection established */
|
||||
|
||||
void logf( const char* format, ... );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue