diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-20 18:22:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-20 18:22:03 +0100 |
commit | 9a57c62944258c750d80bca4fe56de4dbab46d67 (patch) | |
tree | 7194ffec3e7e66b63a9e457b8a79be9c25daeafb /src/util.h | |
parent | 0129173ab03994d21a21f9fc1f454faf62b97043 (diff) |
systemctl: highlight failed processes in systemctl status
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h index e9ad881e9c..c8cae703a2 100644 --- a/src/util.h +++ b/src/util.h @@ -267,9 +267,6 @@ 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); - unsigned long long random_ull(void); #define DEFINE_STRING_TABLE_LOOKUP(name,type) \ |