summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon/tutor.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-08-12 05:17:57 +0000
committerdholland <dholland@NetBSD.org>2009-08-12 05:17:57 +0000
commite0b4b2e87c96803d2d4d74cad54f16eb1d15a8d9 (patch)
tree750e4d7083e19c9557737d01e5226e39e8377e56 /backgammon/teachgammon/tutor.h
parent653e85afa892eacbbdb9b34fd73115cc38be3911 (diff)
downloadbsdgames-darwin-e0b4b2e87c96803d2d4d74cad54f16eb1d15a8d9.tar.gz
bsdgames-darwin-e0b4b2e87c96803d2d4d74cad54f16eb1d15a8d9.zip
sprinkle static
Diffstat (limited to 'backgammon/teachgammon/tutor.h')
-rw-r--r--backgammon/teachgammon/tutor.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/backgammon/teachgammon/tutor.h b/backgammon/teachgammon/tutor.h
index 6fcceffd..ca5d2d1b 100644
--- a/backgammon/teachgammon/tutor.h
+++ b/backgammon/teachgammon/tutor.h
@@ -1,4 +1,4 @@
-/* $NetBSD: tutor.h,v 1.8 2004/01/27 20:30:28 jsm Exp $ */
+/* $NetBSD: tutor.h,v 1.9 2009/08/12 05:17:57 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -62,7 +62,5 @@ extern const char *const stragy[];
extern const struct situatn test[];
-int brdeq(const int *, const int *);
-void clrest(void);
void leave(void) __attribute__((__noreturn__));
void tutor(void) __attribute__((__noreturn__));