summaryrefslogtreecommitdiffstats
path: root/sail/pl_4.c
diff options
context:
space:
mode:
Diffstat (limited to 'sail/pl_4.c')
-rw-r--r--sail/pl_4.c17
1 files changed, 7 insertions, 10 deletions
diff --git a/sail/pl_4.c b/sail/pl_4.c
index 37c16446..bff20cbc 100644
--- a/sail/pl_4.c
+++ b/sail/pl_4.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pl_4.c,v 1.8 1999/09/08 21:17:59 jsm Exp $ */
+/* $NetBSD: pl_4.c,v 1.9 2001/01/01 21:57:38 jwise Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,14 +38,14 @@
#if 0
static char sccsid[] = "@(#)pl_4.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: pl_4.c,v 1.8 1999/09/08 21:17:59 jsm Exp $");
+__RCSID("$NetBSD: pl_4.c,v 1.9 2001/01/01 21:57:38 jwise Exp $");
#endif
#endif /* not lint */
#include "player.h"
void
-changesail()
+changesail(void)
{
int rig, full;
@@ -72,7 +72,7 @@ changesail()
}
void
-acceptsignal()
+acceptsignal(void)
{
char buf[60];
char *p = buf;
@@ -87,7 +87,7 @@ acceptsignal()
}
void
-lookout()
+lookout(void)
{
struct ship *sp;
char buf[3];
@@ -105,9 +105,7 @@ lookout()
}
const char *
-saywhat(sp, flag)
-struct ship *sp;
-char flag;
+saywhat(struct ship *sp, int flag)
{
if (sp->file->captain[0])
return sp->file->captain;
@@ -122,8 +120,7 @@ char flag;
}
void
-eyeball(ship)
-struct ship *ship;
+eyeball(struct ship *ship)
{
int i;