X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fnc_alloc.h;h=8d19f98e0f6754d9e0c777a8e721f5b70ad413ab;hp=3e5ca8dbf53bb37715ee24c8bdd9dc713b16a51f;hb=HEAD;hpb=c2650100f80134924eda8f22cd7cc1d1d919ee3d diff --git a/include/nc_alloc.h b/include/nc_alloc.h index 3e5ca8db..cfea2beb 100644 --- a/include/nc_alloc.h +++ b/include/nc_alloc.h @@ -30,7 +30,7 @@ /**************************************************************************** * Author: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: nc_alloc.h,v 1.28 2021/03/20 16:07:29 tom Exp $ */ +/* $Id: nc_alloc.h,v 1.30 2021/11/20 23:33:38 tom Exp $ */ #ifndef NC_ALLOC_included #define NC_ALLOC_included 1 @@ -77,7 +77,6 @@ extern GCC_NORETURN NCURSES_EXPORT(void) _nc_free_tinfo(int) GCC_DEPRECATED("us #ifdef NCURSES_INTERNALS extern GCC_NORETURN NCURSES_EXPORT(void) _nc_free_tic(int); -extern NCURSES_EXPORT(void) _nc_free_tparm(void); extern void _nc_leaks_dump_entry(void); extern NCURSES_EXPORT(void) _nc_leaks_tic(void);