summaryrefslogtreecommitdiffstats
path: root/sail/extern.h
diff options
context:
space:
mode:
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);