projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3d67e
)
execute: fix function prototype
author
Lennart Poettering
<lennart@poettering.net>
Mon, 23 May 2011 19:37:45 +0000
(21:37 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 15 Jun 2011 13:50:26 +0000
(15:50 +0200)
src/execute.h
patch
|
blob
|
history
diff --git
a/src/execute.h
b/src/execute.h
index
4ed79f0
..
55bae24
100644
(file)
--- a/
src/execute.h
+++ b/
src/execute.h
@@
-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);
const char* exec_output_to_string(ExecOutput i);
-
in
t exec_output_from_string(const char *s);
+
ExecOutpu
t exec_output_from_string(const char *s);
const char* exec_input_to_string(ExecInput i);
-
in
t exec_input_from_string(const char *s);
+
ExecInpu
t exec_input_from_string(const char *s);
const char *kill_mode_to_string(KillMode k);
KillMode kill_mode_from_string(const char *s);