- fixed some issues related to "config listen 1" mode

i.e. do not write some lines twice when in this mode
This commit is contained in:
zolliker
2013-06-07 06:47:03 +00:00
parent 6e1005dbc0
commit d2c42c3913

View File

@ -88,6 +88,7 @@ int SCVerifyConnection(SConnection * self);
/*------------------------------- tasking --------------------------------*/
int SCTaskFunction(void *pCon);
void SCSignalFunction(void *pCon, int iSignal, void *pSigData);
SConnection *GetSendingConnection(void);
/* ***************************** I/O ************************************** */
void SCSetOutputClass(SConnection * self, int iClass);
int SCWrite(SConnection * self, char *pBuffer, int iOut);