X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursest;fp=ncurses%2Fllib-lncursest;h=64ebbe14a5cb589bf168a807cb615fdc66336005;hp=1b09d676f021ebd05c18f03f476f3b99b8e5052f;hb=7723dd6799ab10b32047ec73b14df9f107bafe99;hpb=88595a127ec2e56af0875eb04e0f2396d6d121c5 diff --git a/ncurses/llib-lncursest b/ncurses/llib-lncursest index 1b09d676..64ebbe14 100644 --- a/ncurses/llib-lncursest +++ b/ncurses/llib-lncursest @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2019,2021,2022 Thomas E. Dickey * + * Copyright 2019-2022,2023 Thomas E. Dickey * * Copyright 2008-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -3741,6 +3741,21 @@ char *tiparm( ...) { return(*(char **)0); } +#undef tiparm_s +char *tiparm_s( + int num_expected, + int tparm_type, + const char *string, + ...) + { return(*(char **)0); } + +#undef tiscan_s +int tiscan_s( + int *num_expected, + int *tparm_type, + const char *string) + { return(*(int *)0); } + #undef _nc_tiparm char *_nc_tiparm( int expected,