X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest.priv.h;h=7814b9599d7f95349608892766ca127f300e4b3c;hp=b9c5dc651b0905cab2d8c8b48cc3ae0b4af70723;hb=8890c8f28a1db5995ef17f52a7d8c0b9cf574210;hpb=d97989d1e0db7282c723cabb44b991b951790006 diff --git a/test/test.priv.h b/test/test.priv.h index b9c5dc65..7814b959 100644 --- a/test/test.priv.h +++ b/test/test.priv.h @@ -29,7 +29,7 @@ /**************************************************************************** * Author: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: test.priv.h,v 1.182 2019/04/20 20:15:39 tom Exp $ */ +/* $Id: test.priv.h,v 1.183 2019/12/07 19:03:20 tom Exp $ */ #ifndef __TEST_PRIV_H #define __TEST_PRIV_H 1 @@ -976,9 +976,9 @@ extern int TABSIZE; #endif #if !HAVE_STRSTR -extern char * _nc_strstr (const char *, const char *); +extern char *_nc_strstr(const char *, const char *); #define strstr(a,b) _nc_strstr((a),(b)) -#endif /* !HAVE_STRSTR */ +#endif /* !HAVE_STRSTR */ /* Use this to quiet gcc's -Wwrite-strings warnings, but accommodate SVr4 * curses which doesn't have const parameters declared (so far) in the places @@ -1129,7 +1129,7 @@ extern char *tgoto(char *, int, int); /* available, but not prototyped */ if ((_nc_tracing & TRACE_MAXIMUM) == 0) { \ int t = _nc_getenv_num("NCURSES_TRACE"); \ if (t >= 0) \ - trace((unsigned) t); \ + curses_trace((unsigned) t); \ } extern unsigned _nc_tracing; extern int _nc_getenv_num(const char *);