summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-scr.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-10-15 15:51:49 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-11-13 17:31:04 +0800
commit31ae49c6bfaa3cd65969bff7448be0f6385a6255 (patch)
tree7ebd5ba1e2ea8e3632e4b32e5503dbaf0f5dc634 /ui/ncurses/nc-scr.h
parent52bec18801b226b57f53d9f075addd2c07caa3db (diff)
downloadtalos-petitboot-31ae49c6bfaa3cd65969bff7448be0f6385a6255.tar.gz
talos-petitboot-31ae49c6bfaa3cd65969bff7448be0f6385a6255.zip
ui/ncurses: Move general nc init code to cui module
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/nc-scr.h')
-rw-r--r--ui/ncurses/nc-scr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/ncurses/nc-scr.h b/ui/ncurses/nc-scr.h
index 9f80e65..5c4b97b 100644
--- a/ui/ncurses/nc-scr.h
+++ b/ui/ncurses/nc-scr.h
@@ -47,9 +47,6 @@ enum pb_nc_sig {
pb_removed_sig = -555,
};
-void nc_start(void);
-void nc_atexit(void);
-
static inline void nc_flush_keys(void)
{
while (getch() != ERR)
OpenPOWER on IntegriCloud