- repaired commandlog tail command (inserted SCPureSocketWrite)
This commit is contained in:
1
conman.h
1
conman.h
@ -101,6 +101,7 @@ int SCWriteZipped(SConnection * pCon, char *pName, void *pData,
|
||||
writeFunc SCGetWriteFunc(SConnection * pCon);
|
||||
void SCSetWriteFunc(SConnection * pCon, writeFunc x);
|
||||
int SCOnlySockWrite(SConnection * self, char *buffer, int iOut);
|
||||
int SCPureSockWrite(SConnection * self, char *buffer, int iOut);
|
||||
int SCFileWrite(SConnection * self, char *buffer, int iOut);
|
||||
int SCNotWrite(SConnection * self, char *buffer, int iOut);
|
||||
int SCNormalWrite(SConnection * self, char *buffer, int iOut);
|
||||
|
Reference in New Issue
Block a user