mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-26 21:55:44 +07:00
execute: fix function prototype
This commit is contained in:
parent
7c3d67eff3
commit
1365b53ff9
@ -211,10 +211,10 @@ void exec_status_exit(ExecStatus *s, ExecContext *context, pid_t pid, int code,
|
|||||||
void exec_status_dump(ExecStatus *s, FILE *f, const char *prefix);
|
void exec_status_dump(ExecStatus *s, FILE *f, const char *prefix);
|
||||||
|
|
||||||
const char* exec_output_to_string(ExecOutput i);
|
const char* exec_output_to_string(ExecOutput i);
|
||||||
int exec_output_from_string(const char *s);
|
ExecOutput exec_output_from_string(const char *s);
|
||||||
|
|
||||||
const char* exec_input_to_string(ExecInput i);
|
const char* exec_input_to_string(ExecInput i);
|
||||||
int exec_input_from_string(const char *s);
|
ExecInput exec_input_from_string(const char *s);
|
||||||
|
|
||||||
const char *kill_mode_to_string(KillMode k);
|
const char *kill_mode_to_string(KillMode k);
|
||||||
KillMode kill_mode_from_string(const char *s);
|
KillMode kill_mode_from_string(const char *s);
|
||||||
|
Loading…
Reference in New Issue
Block a user