summaryrefslogtreecommitdiffstats
path: root/sail/extern.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-03-14 18:32:47 +0000
committerdholland <dholland@NetBSD.org>2009-03-14 18:32:47 +0000
commit46cbf84f76cfe8fb29ae3f5a16b5302a687c9691 (patch)
tree1953b1d7a506556d3ce5202928b342822c89d9e4 /sail/extern.h
parent8e56f6b8823a74c576682b4191df9d6182d0001d (diff)
downloadbsdgames-darwin-46cbf84f76cfe8fb29ae3f5a16b5302a687c9691.tar.gz
bsdgames-darwin-46cbf84f76cfe8fb29ae3f5a16b5302a687c9691.tar.zst
bsdgames-darwin-46cbf84f76cfe8fb29ae3f5a16b5302a687c9691.zip
String buffer cleanup. sprintf bad.
Diffstat (limited to 'sail/extern.h')
-rw-r--r--sail/extern.h4
1 files changed, 2 insertions, 2 deletions
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);