index
:
naskpass.git
NCurses based replacement for askpass (related to cryptsetup).
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
status.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
)
limit the size of UI statusbar contents
HEAD
master
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