summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/back.h
diff options
context:
space:
mode:
authorjmc <jmc@NetBSD.org>2005-07-01 01:12:39 +0000
committerjmc <jmc@NetBSD.org>2005-07-01 01:12:39 +0000
commit78f2acb399b7ee114054076af75a876ea880d96f (patch)
treeea91c1be066483ad88b8f1dc70dd057a55d1f44b /backgammon/common_source/back.h
parent0272ab0970dca7cdbac5a1669e694d8e06ceaec7 (diff)
downloadbsdgames-darwin-78f2acb399b7ee114054076af75a876ea880d96f.tar.gz
bsdgames-darwin-78f2acb399b7ee114054076af75a876ea880d96f.tar.zst
bsdgames-darwin-78f2acb399b7ee114054076af75a876ea880d96f.zip
KNF and WARNS=3 fixes
Diffstat (limited to 'backgammon/common_source/back.h')
-rw-r--r--backgammon/common_source/back.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/backgammon/common_source/back.h b/backgammon/common_source/back.h
index 468d0e0b..557cfc6b 100644
--- a/backgammon/common_source/back.h
+++ b/backgammon/common_source/back.h
@@ -1,4 +1,4 @@
-/* $NetBSD: back.h,v 1.14 2004/01/27 20:30:28 jsm Exp $ */
+/* $NetBSD: back.h,v 1.15 2005/07/01 01:12:39 jmc Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -141,7 +141,7 @@ void clend(void);
void cline(void);
int count(void);
void curmove(int, int);
-int dotable(char, int);
+int dotable(int, int);
void errexit(const char *) __attribute__((__noreturn__));
void fancyc(int);
void fboard(void);
@@ -179,7 +179,7 @@ void wrboard(void);
void wrbsub(void);
void wrhit(int);
void wrint(int);
-void writec(char);
+void writec(int);
void writel(const char *);
void wrscore(void);
-int yorn(char);
+int yorn(int);