suppress gnu warning

This commit is contained in:
Jeff Hill
2002-12-19 02:14:21 +00:00
parent 10138d9238
commit 2b4baa2b68
2 changed files with 1 additions and 3 deletions

View File

@@ -47,8 +47,6 @@
#include "freeList.h"
#include "server.h"
void cast_server ( void * pParm );
#define TIMEOUT 60.0 /* sec */

View File

@@ -176,7 +176,7 @@ void camsgtask (void *client);
void cas_send_bs_msg ( struct client *pclient, int lock_needed );
void cas_send_dg_msg ( struct client *pclient );
void rsrv_online_notify_task (void *);
void cast_server (void);
void cast_server (void *);
struct client *create_client ( SOCKET sock, int proto );
void destroy_client ( struct client * );
struct client *create_tcp_client ( SOCKET sock );