X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=execute.h;h=3e332105c1ab15f12bea9d4b82a95e76b15a995c;hp=737973dad90e8fe112e380bd11d4aa27fa1ce4da;hb=79ef004b0c39e151c8a875f2415a0123808c2a07;hpb=451a074fd589fd90aff91fcf89b2e599b20ae6a0 diff --git a/execute.h b/execute.h index 737973dad..3e332105c 100644 --- a/execute.h +++ b/execute.h @@ -154,6 +154,7 @@ void exec_command_free_array(ExecCommand **c, unsigned n); char *exec_command_line(ExecCommand *c); void exec_command_dump(ExecCommand *c, FILE *f, const char *prefix); void exec_command_dump_list(ExecCommand *c, FILE *f, const char *prefix); +void exec_command_append_list(ExecCommand **l, ExecCommand *e); void exec_context_init(ExecContext *c); void exec_context_done(ExecContext *c);