X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=execute.h;fp=execute.h;h=b4bb9600d1e691e8c697f2b2ed39e2dc98a308c6;hb=43d0fcbd3f54a5f3c5636acf9b54f19a07de7a18;hp=18948173b86f8b5e542733cbec2c6014429aba39;hpb=26fd040d4a8024f1777154c275796e235a0f7451;p=elogind.git diff --git a/execute.h b/execute.h index 18948173b..b4bb9600d 100644 --- a/execute.h +++ b/execute.h @@ -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);