From 035fbcc25e951b5180d7491cc0a11e514a20f9f7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 8 Mar 2019 17:48:03 +0100 Subject: limit the size of UI statusbar contents Signed-off-by: Toni Uhlig --- src/status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/status.h') diff --git a/src/status.h b/src/status.h index 995d08a..a69521a 100644 --- a/src/status.h +++ b/src/status.h @@ -2,6 +2,6 @@ #define STATUS_H 1 char * -get_system_stat(void); +get_system_stat(size_t *siz); #endif -- cgit v1.2.3