=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tic/dump_entry.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/tic/dump_entry.c 1999/03/02 06:23:55 1.4 --- src/usr.bin/tic/dump_entry.c 1999/03/11 21:08:08 1.5 *************** *** 1,4 **** ! /* $OpenBSD: dump_entry.c,v 1.4 1999/03/02 06:23:55 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998,1999 Free Software Foundation, Inc. * --- 1,4 ---- ! /* $OpenBSD: dump_entry.c,v 1.5 1999/03/11 21:08:08 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998,1999 Free Software Foundation, Inc. * *************** *** 40,46 **** #include /* this C file is generated */ #include /* so is this */ ! MODULE_ID("$From: dump_entry.c,v 1.35 1999/03/02 01:23:01 tom Exp $") #define INDENT 8 --- 40,46 ---- #include /* this C file is generated */ #include /* so is this */ ! MODULE_ID("$From: dump_entry.c,v 1.36 1999/03/06 23:37:55 tom Exp $") #define INDENT 8 *************** *** 466,472 **** int (*pred)(int type, int idx), bool suppress_untranslatable, bool infodump, ! bool numbers) { int i, j; char buffer[MAX_TERMINFO_LENGTH]; --- 466,472 ---- int (*pred)(int type, int idx), bool suppress_untranslatable, bool infodump, ! int numbers) { int i, j; char buffer[MAX_TERMINFO_LENGTH]; *************** *** 730,736 **** return(infodump ? len : termcap_length(outbuf)); } ! int dump_entry(TERMTYPE *tterm, bool limited, bool numbers, int (*pred)(int type, int idx)) /* dump a single entry */ { int len, critlen; --- 730,736 ---- return(infodump ? len : termcap_length(outbuf)); } ! int dump_entry(TERMTYPE *tterm, bool limited, int numbers, int (*pred)(int type, int idx)) /* dump a single entry */ { int len, critlen;