- fixed mess with SCWrite / SCPrintf due to changes in conman.c
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user