summaryrefslogtreecommitdiff
path: root/games/sail/extern.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-06 18:50:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-06 18:50:39 +0000
commit0f64621783b3f46a4851826b9f4284e3c9dbeb61 (patch)
tree352fcb09d9321309ec519dc3144147a24bd64bda /games/sail/extern.h
parent997f28507be542389b846c45806474af6bbfdedc (diff)
2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen
already, but he may have later changes to make still.
Diffstat (limited to 'games/sail/extern.h')
-rw-r--r--games/sail/extern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/sail/extern.h b/games/sail/extern.h
index 23760ac305d..55d20707e82 100644
--- a/games/sail/extern.h
+++ b/games/sail/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.6 2002/02/17 19:42:21 millert Exp $ */
+/* $OpenBSD: extern.h,v 1.7 2003/04/06 18:50:38 deraadt Exp $ */
/* $NetBSD: extern.h,v 1.8 1998/09/13 15:27:30 hubertf Exp $ */
/*
@@ -321,10 +321,10 @@ void thinkofgrapples(void);
void checkup(void);
void prizecheck(void);
int str_end(const char *);
-void closeon(struct ship *, struct ship *, char[], int, int, int);
-int score(char[], struct ship *, struct ship *, int);
+void closeon(struct ship *, struct ship *, char[], size_t, int, int, int);
+int score(char[], size_t, struct ship *, struct ship *, int);
void move_ship(const char *, struct ship *, unsigned char *, short *, short *, char *);
-void try(char[], char [], int, int, int, int, int, struct ship *,
+void try(char[], size_t, char [], size_t, int, int, int, int, int, struct ship *,
struct ship *, int *, int);
void rmend(char *);