Re-order service startup (Jack Server Settings)
This commit is contained in:
@@ -24,4 +24,7 @@ namespace pipedal {
|
||||
// exec a command, returning the actual exit code (unlike execXX() or system() )
|
||||
int SysExec(const char*szCommand);
|
||||
|
||||
// execute a command, suppressing output.
|
||||
void SilentSysExec(const char *szCommand);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user