diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-05 15:35:16 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-05 15:39:07 +0100 |
commit | 67e5cc4f3ed41feaed399cfed77c6fbb41e14a8c (patch) | |
tree | af08fa65a0b0beece8350c0a94bb89e06dd61975 /src/util.h | |
parent | 224f2ee221e77c326d1d7761abb6e812432b2163 (diff) |
util: never ellipsize welcome message
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h index d96ce7e77b..4d27c4bd51 100644 --- a/src/util.h +++ b/src/util.h @@ -374,8 +374,8 @@ int pipe_eof(int fd); cpu_set_t* cpu_set_malloc(unsigned *ncpus); -void status_vprintf(const char *status, const char *format, va_list ap); -void status_printf(const char *status, const char *format, ...); +void status_vprintf(const char *status, bool ellipse, const char *format, va_list ap); +void status_printf(const char *status, bool ellipse, const char *format, ...); void status_welcome(void); int fd_columns(int fd); |