move typedef

This commit is contained in:
ehouse 2005-09-04 20:55:07 +00:00
parent 9c23a5c65e
commit 7bc8d22739
2 changed files with 5 additions and 1 deletions

View file

@ -94,4 +94,9 @@ typedef enum {
,XWRELAY_ERROR_LASTERR
} XWREASON;
typedef unsigned int CookieID;
#define COOKIE_ID_NONE 0L
#endif

View file

@ -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, ... );