X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fnc_alloc.h;h=8d19f98e0f6754d9e0c777a8e721f5b70ad413ab;hp=ca63e78cd922c23dc87ffad42627f1db3d9ff701;hb=04d942c3d98cf0a929c6afb17be8c10d4ae39af0;hpb=9b4c4abadc0a29999c5ddad5aa8d769fee28d687 diff --git a/include/nc_alloc.h b/include/nc_alloc.h index ca63e78c..8d19f98e 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.26 2020/02/02 23:34:34 tom Exp $ */ +/* $Id: nc_alloc.h,v 1.27 2020/07/04 20:01:13 tom Exp $ */ #ifndef NC_ALLOC_included #define NC_ALLOC_included 1 @@ -78,7 +78,7 @@ extern NCURSES_EXPORT(void) _nc_free_tinfo(int) GCC_NORETURN GCC_DEPRECATED("use #ifdef NCURSES_INTERNALS extern NCURSES_EXPORT(void) _nc_free_tic(int) GCC_NORETURN; extern NCURSES_EXPORT(void) _nc_free_tparm(void); -extern NCURSES_EXPORT(void) _nc_leaks_dump_entry(void); +extern void _nc_leaks_dump_entry(void); extern NCURSES_EXPORT(void) _nc_leaks_tic(void); #if NCURSES_SP_FUNCS