X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=2c201399e3d987672e9b5cc5249b4b5e1ffd69bb;hb=63c372cb9df3bee01e3bf8cd7f96f336bddda846;hp=5ed750534d0ecca86e34c086646973c34f1d4a31;hpb=2ca620c4ed28c01f285d869d0b22f22a360957da;p=elogind.git diff --git a/src/core/execute.h b/src/core/execute.h index 5ed750534..2c201399e 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -228,7 +228,7 @@ int exec_spawn(ExecCommand *command, void exec_command_done(ExecCommand *c); void exec_command_done_array(ExecCommand *c, unsigned n); -void exec_command_free_list(ExecCommand *c); +ExecCommand* exec_command_free_list(ExecCommand *c); void exec_command_free_array(ExecCommand **c, unsigned n); char *exec_command_line(char **argv);