*** empty log message ***

This commit is contained in:
cvs
2000-03-15 15:08:37 +00:00
parent 9e823d7a2f
commit 0a2e39df36
5 changed files with 15 additions and 8 deletions

View File

@@ -27,9 +27,9 @@ int CocHandle1Request(int tmo_msec, int fd);
*/
struct CocClient *CocGetNextCmd();
struct CocClient *CocGetNextCmd(void);
/*
get next client with a pending command
*/
void CocCloseServer();
void CocCloseServer(void);