- Many fixes to the new scriptcontext to make it work
This commit is contained in:
@ -29,5 +29,10 @@ 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
|
||||
*/
|
||||
int SctVerbose(SctController *c);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user