summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/execute.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-29 21:38:54 +0000
committerdholland <dholland@NetBSD.org>2014-03-29 21:38:54 +0000
commitfaebb3b149256611b59a75489d5d8d0b015494ef (patch)
treecf4939187e1bb8c4b93d18fe771da1a1b9a85e9c /hunt/huntd/execute.c
parent42d8cf7dc7d21c36a9b19820b0e61bfa90a633a8 (diff)
downloadbsdgames-darwin-faebb3b149256611b59a75489d5d8d0b015494ef.tar.gz
bsdgames-darwin-faebb3b149256611b59a75489d5d8d0b015494ef.tar.zst
bsdgames-darwin-faebb3b149256611b59a75489d5d8d0b015494ef.zip
be consistent about whether functions are static
Diffstat (limited to 'hunt/huntd/execute.c')
-rw-r--r--hunt/huntd/execute.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/execute.c b/hunt/huntd/execute.c
index 61a7d3e4..98ffe377 100644
--- a/hunt/huntd/execute.c
+++ b/hunt/huntd/execute.c
@@ -1,4 +1,4 @@
-/* $NetBSD: execute.c,v 1.11 2014/03/29 19:41:10 dholland Exp $ */
+/* $NetBSD: execute.c,v 1.12 2014/03/29 21:38:54 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: execute.c,v 1.11 2014/03/29 19:41:10 dholland Exp $");
+__RCSID("$NetBSD: execute.c,v 1.12 2014/03/29 21:38:54 dholland Exp $");
#endif /* not lint */
#include <stdlib.h>
@@ -550,7 +550,7 @@ scan(PLAYER *pp)
* pickup:
* check whether the object blew up or whether he picked it up
*/
-void
+static void
pickup(PLAYER *pp, int y, int x, int prob, int obj)
{
int req;