chiark / gitweb /
config_parse_set_status: put signals in the correct set
[elogind.git] / src / core / execute.h
index 5ed750534d0ecca86e34c086646973c34f1d4a31..2c201399e3d987672e9b5cc5249b4b5e1ffd69bb 100644 (file)
@@ -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);