summaryrefslogtreecommitdiffstats
path: root/larn/extern.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2001-02-05 00:57:32 +0000
committerchristos <christos@NetBSD.org>2001-02-05 00:57:32 +0000
commitb1c8e14afd5a078ca925fe471733a693ca4a8076 (patch)
tree479753089c657c4900becbda1592945edbc418bb /larn/extern.h
parent5813ff28d2110a139386e10f5e3977f3b88dbda8 (diff)
downloadbsdgames-darwin-b1c8e14afd5a078ca925fe471733a693ca4a8076.tar.gz
bsdgames-darwin-b1c8e14afd5a078ca925fe471733a693ca4a8076.tar.zst
bsdgames-darwin-b1c8e14afd5a078ca925fe471733a693ca4a8076.zip
- rename getchar to lgetchar to avoid conflicts with the stdio getchar
- fix redundant decls and nested externs - use snprintf instead of sprintf
Diffstat (limited to 'larn/extern.h')
-rw-r--r--larn/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/larn/extern.h b/larn/extern.h
index bb1b26f9..6f496777 100644
--- a/larn/extern.h
+++ b/larn/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.2 1999/10/04 23:27:02 lukem Exp $ */
+/* $NetBSD: extern.h,v 1.3 2001/02/05 00:57:33 christos Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -127,7 +127,7 @@ int openhelp __P((void));
/* io.c */
void setupvt100 __P((void));
void clearvt100 __P((void));
-int getchar __P((void));
+int lgetchar __P((void));
void scbr __P((void));
void sncbr __P((void));
void newgame __P((void));