Fix PROCDURE -> PROCEDURE.
[dragonfly.git] / contrib / ncurses-5.4 / panel / llib-lpanel
1 /****************************************************************************
2  * Copyright (c) 1998,2002 Free Software Foundation, Inc.                   *
3  *                                                                          *
4  * Permission is hereby granted, free of charge, to any person obtaining a  *
5  * copy of this software and associated documentation files (the            *
6  * "Software"), to deal in the Software without restriction, including      *
7  * without limitation the rights to use, copy, modify, merge, publish,      *
8  * distribute, distribute with modifications, sublicense, and/or sell       *
9  * copies of the Software, and to permit persons to whom the Software is    *
10  * furnished to do so, subject to the following conditions:                 *
11  *                                                                          *
12  * The above copyright notice and this permission notice shall be included  *
13  * in all copies or substantial portions of the Software.                   *
14  *                                                                          *
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
16  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
17  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
18  * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
19  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
20  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
21  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
22  *                                                                          *
23  * Except as contained in this notice, the name(s) of the above copyright   *
24  * holders shall not be used in advertising or otherwise to promote the     *
25  * sale, use or other dealings in this Software without prior written       *
26  * authorization.                                                           *
27  ****************************************************************************/
28
29 /****************************************************************************
30  *  Author: Thomas E. Dickey <dickey@clark.net> 1997,2002                   *
31  ****************************************************************************/
32 /* LINTLIBRARY */
33
34 /* ./panel.c */
35
36 #include "panel.priv.h"
37
38 #undef _nc_my_visbuf
39 const char *_nc_my_visbuf(
40                 const void *ptr)
41                 { return(*(const char **)0); }
42
43 #undef _nc_dPanel
44 void    _nc_dPanel(
45                 const char *text, 
46                 const PANEL *pan)
47                 { /* void */ }
48
49 #undef _nc_dStack
50 void    _nc_dStack(
51                 const char *fmt, 
52                 int     num, 
53                 const PANEL *pan)
54                 { /* void */ }
55
56 #undef _nc_Wnoutrefresh
57 void    _nc_Wnoutrefresh(
58                 const PANEL *pan)
59                 { /* void */ }
60
61 #undef _nc_Touchpan
62 void    _nc_Touchpan(
63                 const PANEL *pan)
64                 { /* void */ }
65
66 #undef _nc_Touchline
67 void    _nc_Touchline(
68                 const PANEL *pan, 
69                 int     start, 
70                 int     count)
71                 { /* void */ }
72
73 /* ./p_above.c */
74
75 #undef panel_above
76 PANEL   *panel_above(
77                 const PANEL *pan)
78                 { return(*(PANEL **)0); }
79
80 /* ./p_below.c */
81
82 #undef panel_below
83 PANEL   *panel_below(
84                 const PANEL *pan)
85                 { return(*(PANEL **)0); }
86
87 /* ./p_bottom.c */
88
89 #undef bottom_panel
90 int     bottom_panel(
91                 PANEL   *pan)
92                 { return(*(int *)0); }
93
94 /* ./p_delete.c */
95
96 #undef del_panel
97 int     del_panel(
98                 PANEL   *pan)
99                 { return(*(int *)0); }
100
101 /* ./p_hide.c */
102
103 #undef hide_panel
104 int     hide_panel(
105                  PANEL  *pan)
106                 { return(*(int *)0); }
107
108 /* ./p_hidden.c */
109
110 #undef panel_hidden
111 int     panel_hidden(
112                 const PANEL *pan)
113                 { return(*(int *)0); }
114
115 /* ./p_move.c */
116
117 #undef move_panel
118 int     move_panel(
119                 PANEL   *pan, 
120                 int     starty, 
121                 int     startx)
122                 { return(*(int *)0); }
123
124 /* ./p_new.c */
125
126 #undef new_panel
127 PANEL   *new_panel(
128                 WINDOW  *win)
129                 { return(*(PANEL **)0); }
130
131 /* ./p_replace.c */
132
133 #undef replace_panel
134 int     replace_panel(
135                 PANEL   *pan, 
136                 WINDOW  *win)
137                 { return(*(int *)0); }
138
139 /* ./p_show.c */
140
141 #undef show_panel
142 int     show_panel(
143                 PANEL   *pan)
144                 { return(*(int *)0); }
145
146 /* ./p_top.c */
147
148 #undef top_panel
149 int     top_panel(
150                 PANEL   *pan)
151                 { return(*(int *)0); }
152
153 /* ./p_update.c */
154
155 #undef update_panels
156 void    update_panels(void)
157                 { /* void */ }
158
159 /* ./p_user.c */
160
161 #undef set_panel_userptr
162 int     set_panel_userptr(
163                 PANEL   *pan, 
164                 void    *uptr)
165                 { return(*(int *)0); }
166
167 #undef panel_userptr
168 void    *panel_userptr(
169                 const PANEL *pan)
170                 { return(*(void **)0); }
171
172 /* ./p_win.c */
173
174 #undef panel_window
175 WINDOW  *panel_window(
176                 const PANEL *pan)
177                 { return(*(WINDOW **)0); }