suppress gnu warning
This commit is contained in:
@@ -47,8 +47,6 @@
|
||||
#include "freeList.h"
|
||||
|
||||
#include "server.h"
|
||||
|
||||
void cast_server ( void * pParm );
|
||||
|
||||
#define TIMEOUT 60.0 /* sec */
|
||||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user