X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Ftic.h;fp=include%2Ftic.h;h=36169f027c248503e9abe337354ec2e1e7d8f2ed;hp=6645486233743e24edb9cd397c632cb6f9de04f4;hb=493e2f7b3fc309879f561a094fdfc15e5304b3d6;hpb=5a107d6f2a641ef5a33c8976fbd6cd26a3196a0d diff --git a/include/tic.h b/include/tic.h index 66454862..36169f02 100644 --- a/include/tic.h +++ b/include/tic.h @@ -34,7 +34,7 @@ ****************************************************************************/ /* - * $Id: tic.h,v 1.82 2021/03/20 16:06:15 tom Exp $ + * $Id: tic.h,v 1.84 2021/08/21 00:24:45 tom Exp $ * tic.h - Global variables and structures for the terminfo compiler. */ @@ -337,7 +337,8 @@ extern NCURSES_EXPORT_VAR(const struct tinfo_fkeys) _nc_tinfo_fkeys[]; extern NCURSES_EXPORT_VAR(int) _nc_tparm_err; -extern NCURSES_EXPORT(int) _nc_tparm_analyze(const char *, char **, int *); +extern NCURSES_EXPORT(int) _nc_tparm_analyze(TERMINAL *, const char *, char **, int *); +extern NCURSES_EXPORT(void) _nc_reset_tparm(TERMINAL *); /* lib_trace.c */ extern NCURSES_EXPORT_VAR(unsigned) _nc_tracing;