diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-14 01:05:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-14 01:05:55 +0100 |
commit | a6a80b4f440bcc1c6087572503c08a72ee674075 (patch) | |
tree | a3764b68a7328fde5be458a2d3a76aea9c9da44e /execute.h | |
parent | c18315a88da3864f29908ad299750f98e6160f42 (diff) |
execute: simplify appending to execution list
Diffstat (limited to 'execute.h')
-rw-r--r-- | execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |