xwords/relay/xwrelay_priv.h
2005-09-04 20:55:07 +00:00

18 lines
341 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;
void logf( const char* format, ... );
void killSocket( int socket, char* why );
int send_with_length_unsafe( int socket, unsigned char* buf, int bufLen );
time_t now();
#endif