diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-27 05:45:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-27 05:45:57 +0200 |
commit | ade509ce73ba1de3bcda8b012961a3045f721df7 (patch) | |
tree | 6d814e6d7988f8c871c2cc63e8a56c0d210696dd /src/util.h | |
parent | 4690698d4949d8b42e4c3a87944075ceaf685e5a (diff) |
main: move make_null_stdio() to util.c
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 71889f1425..ddf089cfe7 100644 --- a/src/util.h +++ b/src/util.h @@ -265,6 +265,7 @@ char *format_timestamp_pretty(char *buf, size_t l, usec_t t); char *format_timespan(char *buf, size_t l, usec_t t); int make_stdio(int fd); +int make_null_stdio(void); bool is_clean_exit(int code, int status); bool is_clean_exit_lsb(int code, int status); |