*** empty log message ***

This commit is contained in:
cvs
2002-06-10 12:45:24 +00:00
parent 0daef05b2e
commit 267d16908a
20 changed files with 863 additions and 538 deletions

View File

@@ -5,7 +5,7 @@
#include "myc_buf.h"
#define COC_CMD_LEN 256
#define COC_RES_LEN 8192
#define COC_RES_LEN 16384
int CocCreateSockAdr(
struct sockaddr_in *sockaddrPtr, /* Socket address */
@@ -32,10 +32,6 @@ int CocRecv(int fd, StrBuf *buf, int timeout, int *flag);
else *flag is set to zero between the select and the recv command
*/
#define COC_INT -1
#define COC_FLT -2
#define COC_PTR -3
#define COC_SEP '\0'
#define COC_DELAYED '\1'
#define COC_ERR '\2'