X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.tail;h=05f7439eff9d52374174d283230a1f13dcf16415;hp=831a8f4c26dea5458147b524dca582c22b1d5eb9;hb=5079dc1dbbaa5128ac761358dcf81c8b606983c4;hpb=89ca7974b018d46049b6eaf1b7f17784e3a001d1 diff --git a/include/curses.tail b/include/curses.tail index 831a8f4c..05f7439e 100644 --- a/include/curses.tail +++ b/include/curses.tail @@ -1,4 +1,4 @@ -/* $Id: curses.tail,v 1.23 2016/02/13 16:37:45 tom Exp $ */ +/* $Id: curses.tail,v 1.25 2019/12/14 22:28:39 tom Exp $ */ /* * vile:cmode: * This file is part of ncurses, designed to be appended after curses.h.in @@ -142,7 +142,8 @@ extern NCURSES_EXPORT(char *) _tracecchar_t2 (int, const cchar_t *); #define _tracech_t _tracechtype #define _tracech_t2 _tracechtype2 #endif -extern NCURSES_EXPORT(void) trace (const unsigned int); +extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace"); +extern NCURSES_EXPORT(unsigned) curses_trace (const unsigned); /* trace masks */ #define TRACE_DISABLE 0x0000 /* turn off tracing */ @@ -173,6 +174,8 @@ extern NCURSES_EXPORT(const char *) _nc_visbuf (const char *); #define OPTIMIZE_ALL 0xff /* enable all optimizations (dflt) */ #endif +extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; + #include #ifdef __cplusplus