diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-03-08 17:48:03 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-03-08 17:48:03 +0100 |
commit | 035fbcc25e951b5180d7491cc0a11e514a20f9f7 (patch) | |
tree | 85b93c35c62ca70e37983a066035e591f58bafce /src/status.h | |
parent | 5d95abdee246b6dbb1643f13e916e91700f133aa (diff) |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/status.h')
-rw-r--r-- | src/status.h | 2 |
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 |