From b1c8e14afd5a078ca925fe471733a693ca4a8076 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 5 Feb 2001 00:57:32 +0000 Subject: - rename getchar to lgetchar to avoid conflicts with the stdio getchar - fix redundant decls and nested externs - use snprintf instead of sprintf --- larn/header.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'larn/header.h') diff --git a/larn/header.h b/larn/header.h index 6812680c..66823741 100644 --- a/larn/header.h +++ b/larn/header.h @@ -1,4 +1,4 @@ -/* $NetBSD: header.h,v 1.12 1997/10/25 01:40:48 thorpej Exp $ */ +/* $NetBSD: header.h,v 1.13 2001/02/05 00:57:33 christos Exp $ */ /* header.h Larn is copyrighted 1986 by Noah Morgan. */ @@ -332,7 +332,7 @@ extern char VERSION, SUBVERSION; extern u_char alpha[], beenhere[], boldon, cheat, ckpflag; extern u_char *class[], course[]; extern char diagfile[], helpfile[], ckpfile[], larnlevels[], - playerids[], optsfile[], psname[], savefilename[], + playerids[], optsfile[1024], psname[], savefilename[], scorefile[]; extern u_char *inbuffer, is_alpha[], is_digit[]; extern u_char item[MAXX][MAXY], iven[], know[MAXX][MAXY]; -- cgit v1.2.3