From 2e3c1225f8d92fc6c3c608d764af8f682f65ab24 Mon Sep 17 00:00:00 2001 From: zolliker Date: Wed, 25 Feb 2009 14:48:16 +0000 Subject: [PATCH] - repaired commandlog tail command (inserted SCPureSocketWrite) --- conman.h | 1 + 1 file changed, 1 insertion(+) diff --git a/conman.h b/conman.h index c5754701..40c0436e 100644 --- a/conman.h +++ b/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);