X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-ltinfow;fp=ncurses%2Fllib-ltinfow;h=5775ac198db638f5cbbe7f1166fee9067a803a9c;hp=815e6b3e3c3e5de0958ad65a2f460ec6c68948bc;hb=265e45e43e9917e8b9ecc2bf9d23867a3ede2ecd;hpb=45a2b5bc1a4536173178e9907feb268c708797c7 diff --git a/ncurses/llib-ltinfow b/ncurses/llib-ltinfow index 815e6b3e..5775ac19 100644 --- a/ncurses/llib-ltinfow +++ b/ncurses/llib-ltinfow @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 2018-2020,2021 Thomas E. Dickey * * Copyright 2012-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -909,7 +909,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); } @@ -1176,7 +1176,7 @@ char *_tracecchar_t( #undef _nc_trace_ttymode char *_nc_trace_ttymode( - struct termios *tty) + const struct termios *tty) { return(*(char **)0); } #undef _nc_tracebits