- added SCPf function (general SCPrintf)
- removed sendingConnection stuff (no longer used) - removed COMLOG Signal handling (no longer used)
This commit is contained in:
1
conman.h
1
conman.h
@ -100,6 +100,7 @@ int SCWrite(SConnection * self, char *pBuffer, int iOut);
|
||||
#define G_GNUC_PRINTF( format_idx, arg_idx )
|
||||
#endif
|
||||
int SCPrintf(SConnection * self, int iOut, char *fmt, ...) G_GNUC_PRINTF (3, 4);
|
||||
int SCPf(writeFunc func, SConnection * self, int iOut, char *fmt, ...) G_GNUC_PRINTF (4, 5);
|
||||
#undef G_GNUC_PRINTF
|
||||
int SCRead(SConnection * self, char *pBuffer, int iBufLen);
|
||||
int SCPrompt(SConnection * pCon, char *pPrompt, char *pResult, int iLen);
|
||||
|
Reference in New Issue
Block a user