cce76a6de3
I was planning to rename pyncurses into more appropriate py-ncurses before committing it out, but forgot to do so. Therefore delete pyncurses and readd it back as py-ncurses. Py-ncurses is a Ncurses binding for Python. PR: 18633 Submitted by: adsharma@sharams.dhs.org
17 lines
593 B
C
17 lines
593 B
C
|
|
$FreeBSD$
|
|
|
|
--- ncurses/_panel_wrap.c 2001/03/13 17:00:02 1.1
|
|
+++ ncurses/_panel_wrap.c 2001/03/13 17:00:26
|
|
@@ -588,8 +588,8 @@
|
|
extern PANEL *new_panel(WINDOW *);
|
|
extern PANEL *panel_above(const PANEL *);
|
|
extern PANEL *panel_below(const PANEL *);
|
|
-extern int set_panel_userptr(PANEL *,const void *);
|
|
-extern const void *panel_userptr(const PANEL *);
|
|
+/*extern int set_panel_userptr(PANEL *,const void *);*/
|
|
+/*extern const void *panel_userptr(const PANEL *);*/
|
|
extern int move_panel(PANEL *,int ,int );
|
|
extern int replace_panel(PANEL *,WINDOW *);
|
|
extern int panel_hidden(const PANEL *);
|