X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Fllib-lncursest;h=a769141e29aa69e2ad1bbd98591065e12e67fb0c;hb=265e45e43e9917e8b9ecc2bf9d23867a3ede2ecd;hp=36a94b57297e5d0be7730577a1dd7e1bda6a06d6;hpb=45a2b5bc1a4536173178e9907feb268c708797c7;p=ncurses.git diff --git a/ncurses/llib-lncursest b/ncurses/llib-lncursest index 36a94b57..a769141e 100644 --- a/ncurses/llib-lncursest +++ b/ncurses/llib-lncursest @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2019,2020,2021 Thomas E. Dickey * * Copyright 2008-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -3701,7 +3701,7 @@ int _nc_tparm_err; #undef _nc_tparm_analyze int _nc_tparm_analyze( const char *string, - char *p_is_s[9], + char **p_is_s, int *_nc_popcount) { return(*(int *)0); } @@ -3982,7 +3982,7 @@ chtype _nc_retrace_chtype( #undef _nc_trace_ttymode char *_nc_trace_ttymode( - struct termios *tty) + const struct termios *tty) { return(*(char **)0); } #undef _nc_tracebits