Removed obsolete sinfox command

Removed last traces of sycamore protocol
This commit is contained in:
2016-12-12 11:43:24 +01:00
parent 6f4ae14e8f
commit 7fa5a5e8fa
5 changed files with 1 additions and 1268 deletions

View File

@ -88,7 +88,6 @@ static int EnumChoice(char *pList[], int iLength, char *pInput);
static int InitDefaultProtocol(SConnection * pCon, Protocol * pPro);
/* Signatures for protocol writers implemented in this file */
int SCWriteSycamore(SConnection * pCon, char *pBuffer, int iOut);
int SCWriteJSON_String(SConnection * pCon, char *pBuffer, int iOut);
/* Signatures for protocols from conman.c*/
extern int SCAllWrite(SConnection * self, char *buffer, int iOut);