diff options
Diffstat (limited to 'execute.h')
-rw-r--r-- | execute.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -162,6 +162,9 @@ int exec_spawn(ExecCommand *command, struct CGroupBonding *cgroup_bondings, pid_t *ret); +void exec_command_done(ExecCommand *c); +void exec_command_done_array(ExecCommand *c, unsigned n); + void exec_command_free_list(ExecCommand *c); void exec_command_free_array(ExecCommand **c, unsigned n); |