From 1af09e57d531adfeb5243e5f3c04e5fba9f49b6e Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 13 Sep 1998 15:31:07 +0000 Subject: Remove unused function and mark non-returning ones(PR#6076, #6144 by Joseph Myers ) --- backgammon/common_source/back.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'backgammon/common_source') 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)); -- cgit v1.2.3-56-ge451