xwords/xwords4/relay/xwrelay_priv.h
2005-07-05 21:57:00 +00:00

17 lines
354 B
C

/* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */
#ifndef _XWRELAY_PRIV_H_
#define _XWRELAY_PRIV_H_
#include <time.h>
typedef unsigned short HostID;
typedef unsigned short CookieID; /* stands in for string after connection established */
void logf( const char* format, ... );
void killSocket( int socket, char* why );
time_t now();
#endif