summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon/tutor.h
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon/teachgammon/tutor.h')
-rw-r--r--backgammon/teachgammon/tutor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backgammon/teachgammon/tutor.h b/backgammon/teachgammon/tutor.h
index caf40e38..b709d075 100644
--- a/backgammon/teachgammon/tutor.h
+++ b/backgammon/teachgammon/tutor.h
@@ -1,4 +1,4 @@
-/* $NetBSD: tutor.h,v 1.4 1997/10/10 08:59:55 lukem Exp $ */
+/* $NetBSD: tutor.h,v 1.5 1998/09/13 15:27:26 hubertf Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -68,5 +68,5 @@ extern struct situatn test[];
int brdeq __P((int *, int *));
void clrest __P((void));
-void leave __P((void));
-void tutor __P((void));
+void leave __P((void)) __attribute__((__noreturn__));
+void tutor __P((void)) __attribute__((__noreturn__));