diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index e4b1f81c06..782adb8348 100644 --- a/src/util.h +++ b/src/util.h @@ -334,6 +334,8 @@ int columns(void); int running_in_chroot(void); +char *ellipsize(const char *s, unsigned length, unsigned percent); + const char *ioprio_class_to_string(int i); int ioprio_class_from_string(const char *s); |