From faebb3b149256611b59a75489d5d8d0b015494ef Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Mar 2014 21:38:54 +0000 Subject: be consistent about whether functions are static --- hunt/huntd/execute.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hunt/huntd/execute.c') 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 #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 @@ -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; -- cgit v1.2.3