From 46cbf84f76cfe8fb29ae3f5a16b5302a687c9691 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 14 Mar 2009 18:32:47 +0000 Subject: String buffer cleanup. sprintf bad. --- sail/extern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sail/extern.h') diff --git a/sail/extern.h b/sail/extern.h index 164e852e..a5a1ec2d 100644 --- a/sail/extern.h +++ b/sail/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.28 2006/03/18 01:43:52 abs Exp $ */ +/* $NetBSD: extern.h,v 1.29 2009/03/14 18:32:47 dholland Exp $ */ /* * Copyright (c) 1983, 1993 @@ -304,7 +304,7 @@ int next (void); void thinkofgrapples (void); void checkup (void); void prizecheck (void); -void closeon (struct ship *, struct ship *, char *, int, int, int); +void closeon (struct ship *, struct ship *, char *, size_t, int, int, int); /* dr_3.c */ void moveall (void); -- cgit v1.2.3