]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/llib-lpanel
ncurses 6.2 - patch 20210313
[ncurses.git] / panel / llib-lpanel
index 85371ec73e06a4176311f74f9a4ce73d8ecf9079..6f797f5d970fc9cae3a69a2db8d771a767168653 100644 (file)
@@ -1,5 +1,6 @@
 /****************************************************************************
 /****************************************************************************
- * Copyright (c) 1998-2005,2010 Free Software Foundation, Inc.              *
+ * Copyright 2020 Thomas E. Dickey                                          *
+ * Copyright 1998-2010,2015 Free Software Foundation, Inc.                  *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -27,7 +28,7 @@
  ****************************************************************************/
 
 /****************************************************************************
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey        1997,2005,2010                          *
+ *  Author: Thomas E. Dickey       1996-on                                  *
  ****************************************************************************/
 /* LINTLIBRARY */
 
  ****************************************************************************/
 /* LINTLIBRARY */
 
@@ -42,7 +43,8 @@ PANEL *_nc_retrace_panel(
 
 #undef _nc_my_visbuf
 const char *_nc_my_visbuf(
 
 #undef _nc_my_visbuf
 const char *_nc_my_visbuf(
-               const void *ptr)
+               const void *ptr, 
+               int     n)
                { return(*(const char **)0); }
 
 #undef _nc_dPanel
                { return(*(const char **)0); }
 
 #undef _nc_dPanel
@@ -181,13 +183,13 @@ void      update_panels(void)
 #undef set_panel_userptr
 int    set_panel_userptr(
                PANEL   *pan, 
 #undef set_panel_userptr
 int    set_panel_userptr(
                PANEL   *pan, 
-               void    *uptr)
+               const void *uptr)
                { return(*(int *)0); }
 
 #undef panel_userptr
                { return(*(int *)0); }
 
 #undef panel_userptr
-void   *panel_userptr(
+const void *panel_userptr(
                const PANEL *pan)
                const PANEL *pan)
-               { return(*(void **)0); }
+               { return(*(const void **)0); }
 
 /* ./p_win.c */
 
 
 /* ./p_win.c */