]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/llib-lpanelw
ncurses 6.2 - patch 20200718
[ncurses.git] / panel / llib-lpanelw
index 503b34345ba860d806d4097b50f346ddd61adbdf..463a02ec0013b4bd1da2534bd4bd8b1702a2edd9 100644 (file)
@@ -1,5 +1,6 @@
 /****************************************************************************
- * Copyright (c) 2002-2005,2010 Free Software Foundation, Inc.              *
+ * Copyright 2020 Thomas E. Dickey                                          *
+ * Copyright 2002-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            *
@@ -27,7 +28,7 @@
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey                    2002-2005,2010              *
+ *  Author: Thomas E. Dickey       2002-on                                  *
  ****************************************************************************/
 /* LINTLIBRARY */
 
@@ -181,13 +182,13 @@ void      update_panels(void)
 #undef set_panel_userptr
 int    set_panel_userptr(
                PANEL   *pan, 
-               void    *uptr)
+               const void *uptr)
                { return(*(int *)0); }
 
 #undef panel_userptr
-void   *panel_userptr(
+const void *panel_userptr(
                const PANEL *pan)
-               { return(*(void **)0); }
+               { return(*(const void **)0); }
 
 /* ./p_win.c */