summaryrefslogtreecommitdiff
path: root/games/hack/hack.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-09-06 11:53:57 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-09-06 11:53:57 +0000
commitae53cf9d5845d1eac0e32a9ec80ab86e26d1c7bd (patch)
treee632263c5bfc1c23961eb3ebe4382d4cf654812e /games/hack/hack.c
parent7f0699b7fa07ec5982d1d52cde1cb20df34eae9c (diff)
remove uneeded function decls
ok tb@
Diffstat (limited to 'games/hack/hack.c')
-rw-r--r--games/hack/hack.c3
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