- fixed mess with SCWrite / SCPrintf due to changes in conman.c

This commit is contained in:
2017-06-14 15:44:34 +02:00
parent 11d6308834
commit 199c8cde5f
2 changed files with 58 additions and 49 deletions

View File

@ -30,11 +30,11 @@ void SctQueueNode(SctController * controller, Hdb * node,
int SctCallInContext(SConnection * con, char *script, Hdb * node,
SctController * controller, char **resPtr);
/**
* test the controller verbose flag
* \param c The SctController to test
* \return 1 for verbose, 0 for silent
* get the controller debug connection (if any)
* \param c The SctController
* \return the connection for verbose, NULL for silent
*/
int SctVerbose(SctController * c);
SConnection *SctDebugConn(SctController * c);
/**
* retrieve the device serializer
* \param data A pointer to a SICSObject representing a SctController