chiark / gitweb /
swap: introduce Discard property
[elogind.git] / src / core / execute.h
index 6f35736edaad5df243a94529e608c0f69dc9baa5..26943151558f069812d992f4d2d71f3b3ddacf6c 100644 (file)
@@ -233,6 +233,7 @@ 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, ...);
+int exec_command_append(ExecCommand *c, const char *path, ...);
 
 void exec_context_init(ExecContext *c);
 void exec_context_done(ExecContext *c);