X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncurses;fp=ncurses%2Fllib-lncurses;h=211cf3b760138e0d227b8d4a97d36ae6ad1a2d25;hp=c0adc1ef24e97e4e8febf98fd003abbe34212ad2;hb=c11444e368f1d5964bd0f81e6e3b0f8c8ccd09cc;hpb=a0914678507b8ee1d1a0440625235fd7b48964bc diff --git a/ncurses/llib-lncurses b/ncurses/llib-lncurses index c0adc1ef..211cf3b7 100644 --- a/ncurses/llib-lncurses +++ b/ncurses/llib-lncurses @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2019,2020,2021 Thomas E. Dickey * + * Copyright 2019,2021,2022 Thomas E. Dickey * * Copyright 1998-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -3025,6 +3025,11 @@ void _nc_free_termtype( TERMTYPE *ptr) { /* void */ } +#undef _nc_free_termtype1 +void _nc_free_termtype1( + TERMTYPE *ptr) + { /* void */ } + #undef _nc_user_definable NCURSES_BOOL _nc_user_definable; @@ -3626,6 +3631,11 @@ char *tigetstr( #undef _nc_tparm_err int _nc_tparm_err; +#undef _nc_free_tparm +void _nc_free_tparm( + TERMINAL *termp) + { /* void */ } + #undef _nc_tparm_analyze int _nc_tparm_analyze( TERMINAL *term,