summaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
authorMichael Brown2006-12-18 21:38:07 +0100
committerMichael Brown2006-12-18 21:38:07 +0100
commit56970053f4f5294a0fc55400cd732f6ae91efa80 (patch)
tree526cd8ff80624fbd520c9a89fab860aa06c23e19 /src/hci
parentRenamed core.h to mucurses.h (diff)
downloadipxe-56970053f4f5294a0fc55400cd732f6ae91efa80.tar.gz
ipxe-56970053f4f5294a0fc55400cd732f6ae91efa80.tar.xz
ipxe-56970053f4f5294a0fc55400cd732f6ae91efa80.zip
wmove() is part of the public curses API, and already defined in curses.h
Diffstat (limited to 'src/hci')
-rw-r--r--src/hci/mucurses/mucurses.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hci/mucurses/mucurses.h b/src/hci/mucurses/mucurses.h
index db6cf587..566f7f34 100644
--- a/src/hci/mucurses/mucurses.h
+++ b/src/hci/mucurses/mucurses.h
@@ -14,6 +14,5 @@ void _wputch ( WINDOW *win, chtype ch, int wrap );
void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n );
void _wputstr ( WINDOW *win, const char *str, int wrap, int n );
void _wcursback ( WINDOW *win );
-int wmove ( WINDOW *win, int y, int x );
#endif /* _MUCURSES_H */