aboutsummaryrefslogtreecommitdiff
path: root/src/status.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-03-08 17:48:03 +0100
committerToni Uhlig <matzeton@googlemail.com>2019-03-08 17:48:03 +0100
commit035fbcc25e951b5180d7491cc0a11e514a20f9f7 (patch)
tree85b93c35c62ca70e37983a066035e591f58bafce /src/status.h
parent5d95abdee246b6dbb1643f13e916e91700f133aa (diff)
limit the size of UI statusbar contentsHEADmaster
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/status.h')
-rw-r--r--src/status.h2
1 files changed, 1 insertions, 1 deletions
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