aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-10-21 13:05:22 -0500
committerRob Landley <rob@landley.net>2018-10-21 13:05:22 -0500
commit3e0b077ec236aa26bfeb290f3cd7973ec3fbcb7d (patch)
tree0fd8275af029861fa62a9316bef316c12f71ae0c /lib/lib.h
parent74f22a7d5cb6ed03f00c261fb4e28b411f1c4c0a (diff)
downloadtoybox-3e0b077ec236aa26bfeb290f3cd7973ec3fbcb7d.tar.gz
Move start_redraw() to lib/ and have ps.c (top) use it.
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 136cdab5..98c042c7 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -293,6 +293,7 @@ void tty_esc(char *s);
void tty_jump(int x, int y);
void tty_reset(void);
void tty_sigreset(int i);
+void start_redraw(unsigned *width, unsigned *height);
// net.c
int xsocket(int domain, int type, int protocol);