xwords/xwords4/relay/xwrelay_priv.h

14 lines
320 B
C
Raw Normal View History

2005-03-19 23:16:49 +01:00
/* -*-mode: C; fill-column: 78; c-basic-offset: 4; -*- */
#ifndef _XWRELAY_PRIV_H_
#define _XWRELAY_PRIV_H_
typedef unsigned short HostID;
typedef unsigned short CookieID; /* stands in for string after connection established */
void logf( const char* format, ... );
2005-03-30 03:32:02 +02:00
void killSocket( int socket, char* why );
2005-03-19 23:16:49 +01:00
#endif