X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fllib-lpanel;h=6f797f5d970fc9cae3a69a2db8d771a767168653;hp=02e105468ebb2e2591345cbdbdf2421c7615b61e;hb=a28e782d7794ddeec23e7cb212dc455f0d93dc22;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/panel/llib-lpanel b/panel/llib-lpanel index 02e10546..6f797f5d 100644 --- a/panel/llib-lpanel +++ b/panel/llib-lpanel @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2015 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 * @@ -42,7 +43,8 @@ PANEL *_nc_retrace_panel( #undef _nc_my_visbuf const char *_nc_my_visbuf( - const void *ptr) + const void *ptr, + int n) { return(*(const char **)0); } #undef _nc_dPanel