summaryrefslogtreecommitdiff
path: root/games/backgammon/teachgammon/tutor.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/backgammon/teachgammon/tutor.h')
-rw-r--r--games/backgammon/teachgammon/tutor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/backgammon/teachgammon/tutor.h b/games/backgammon/teachgammon/tutor.h
index b031e25f93a..21d8cc23d6d 100644
--- a/games/backgammon/teachgammon/tutor.h
+++ b/games/backgammon/teachgammon/tutor.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tutor.h,v 1.3 1999/07/31 21:57:41 pjanzen Exp $ */
+/* $OpenBSD: tutor.h,v 1.4 2002/02/16 21:27:09 millert Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -65,7 +65,7 @@ extern const char *const stragy[];
extern const struct situatn test[];
-int brdeq __P((const int *, const int *));
-void clrest __P((void));
-void leave __P((void));
-void tutor __P((void));
+int brdeq(const int *, const int *);
+void clrest(void);
+void leave(void);
+void tutor(void);