diff options
Diffstat (limited to 'games/backgammon/common_source/back.h')
-rw-r--r-- | games/backgammon/common_source/back.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/backgammon/common_source/back.h b/games/backgammon/common_source/back.h index fd81a24fd1b..eabf63beeb6 100644 --- a/games/backgammon/common_source/back.h +++ b/games/backgammon/common_source/back.h @@ -1,4 +1,4 @@ -/* $OpenBSD: back.h,v 1.2 1998/03/19 11:13:14 pjanzen Exp $ */ +/* $OpenBSD: back.h,v 1.3 1998/09/02 06:46:51 pjanzen Exp $ */ /* * Copyright (c) 1980, 1993 @@ -179,9 +179,7 @@ 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)); void wrbsub __P((void)); void wrhit __P((int)); |