X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftrace%2Flib_tracebits.c;h=4bc50f3b0857020eb0b7a8cef548b53423f7040c;hp=a760d13502b5c0729ef40008e84ccb6872dc1a49;hb=HEAD;hpb=2b7c2fd2f9d58719770902ce4d0d0aeb87b284f7 diff --git a/ncurses/trace/lib_tracebits.c b/ncurses/trace/lib_tracebits.c index a760d135..4bc50f3b 100644 --- a/ncurses/trace/lib_tracebits.c +++ b/ncurses/trace/lib_tracebits.c @@ -35,7 +35,7 @@ #include -MODULE_ID("$Id: lib_tracebits.c,v 1.30 2020/09/05 22:54:47 tom Exp $") +MODULE_ID("$Id: lib_tracebits.c,v 1.31 2020/11/14 23:38:11 tom Exp $") #if HAVE_SYS_TERMIO_H #include /* needed for ISC */ @@ -104,7 +104,7 @@ lookup_bits(char *buf, const BITNAMES * table, const char *label, unsigned int v } NCURSES_EXPORT(char *) -_nc_trace_ttymode(TTY * tty) +_nc_trace_ttymode(const TTY * tty) /* describe the state of the terminal control bits exactly */ { char *buf;