diff options
Diffstat (limited to 'games/hack/hack.c')
-rw-r--r-- | games/hack/hack.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/hack/hack.c b/games/hack/hack.c index 640ff236a51..298da184804 100644 --- a/games/hack/hack.c +++ b/games/hack/hack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hack.c,v 1.11 2016/01/10 15:12:20 mestre Exp $ */ +/* $OpenBSD: hack.c,v 1.12 2023/09/06 11:53:56 jsg Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -69,7 +69,6 @@ #include "hack.h" extern char *nomovemsg; -extern char *exclam(); static void movobj(struct obj *, int, int); #ifdef QUEST |