summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1998-09-13 15:31:07 +0000
committerhubertf <hubertf@NetBSD.org>1998-09-13 15:31:07 +0000
commit1af09e57d531adfeb5243e5f3c04e5fba9f49b6e (patch)
treedc913e7b6c4c501bd897832386f4ce0af5f79999 /backgammon
parenta2515e35506e73e8f6422799dea7f4834cd0f558 (diff)
downloadbsdgames-darwin-1af09e57d531adfeb5243e5f3c04e5fba9f49b6e.tar.gz
bsdgames-darwin-1af09e57d531adfeb5243e5f3c04e5fba9f49b6e.tar.zst
bsdgames-darwin-1af09e57d531adfeb5243e5f3c04e5fba9f49b6e.zip
Remove unused function and mark non-returning ones(PR#6076, #6144 by Joseph Myers <jsm28@cam.ac.uk>)
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/common_source/back.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/backgammon/common_source/back.h b/backgammon/common_source/back.h
index 8889d518..8121dfea 100644
--- a/backgammon/common_source/back.h
+++ b/backgammon/common_source/back.h
@@ -1,4 +1,4 @@
-/* $NetBSD: back.h,v 1.8 1997/10/14 00:53:26 lukem Exp $ */
+/* $NetBSD: back.h,v 1.9 1998/09/13 15:31:07 hubertf Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -155,7 +155,7 @@ void fixtty __P((struct termios *));
void getarg __P((char ***));
int getcaps __P((char *));
void getmove __P((void));
-void getout __P((int));
+void getout __P((int)) __attribute__((__noreturn__));
void gwrite __P((void));
void init __P((void));
int last __P((void));
@@ -178,7 +178,6 @@ void refresh __P((void));
void roll __P((void));
int rsetbrd __P((void));
void save __P((int));
-void strset __P((char *, char *));
int text __P((char **));
void tos __P((void));
void wrboard __P((void));