X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fexecute.h;h=aa5f56667759ecd521d6244c28b57be669a75293;hp=9fb48e6446b761460511ddf6802c41384cd55f1b;hb=b58b41160fde88a82cba1ddec4be7dfb08825e35;hpb=14ad1d1437f51b8ebc8dc6e8d3707b41d48d0a3a diff --git a/src/execute.h b/src/execute.h index 9fb48e644..aa5f56667 100644 --- a/src/execute.h +++ b/src/execute.h @@ -217,7 +217,8 @@ void exec_context_init(ExecContext *c); void exec_context_done(ExecContext *c); void exec_context_dump(ExecContext *c, FILE* f, const char *prefix); -void exec_status_fill(ExecStatus *s, pid_t pid, int code, int status); +void exec_status_start(ExecStatus *s, pid_t pid); +void exec_status_exit(ExecStatus *s, pid_t pid, int code, int status); void exec_status_dump(ExecStatus *s, FILE *f, const char *prefix); const char* exec_output_to_string(ExecOutput i);