diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-10 17:46:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-10 18:00:34 +0200 |
commit | 26fd040d4a8024f1777154c275796e235a0f7451 (patch) | |
tree | 2c9deb6cf572255c552f7ee2d7f94fcd87e61a00 /execute.h | |
parent | 1a63a750108b280070ed43e0dc02adb2c99c97cb (diff) |
execute: introduce exec_command_set() for easy setting for command lines
Diffstat (limited to 'execute.h')
-rw-r--r-- | execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ 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); +int exec_command_set(ExecCommand *c, const char *path, ...); void exec_context_init(ExecContext *c); void exec_context_done(ExecContext *c); |