diff options
author | mestre <mestre@cvs.openbsd.org> | 2016-01-08 20:26:34 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2016-01-08 20:26:34 +0000 |
commit | 9824c6d5fdc98036b6d2cf9d56bdcd37799f7ba3 (patch) | |
tree | 5d1a8e301067cef9eb4552afdbe739770f95e5e2 /games/sail/pl_3.c | |
parent | 3264a9db1c00116c940baeab7e8b76c2f140ae36 (diff) |
ANSIfy sail(6) plus some cleanup
OK tb@
Diffstat (limited to 'games/sail/pl_3.c')
-rw-r--r-- | games/sail/pl_3.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/sail/pl_3.c b/games/sail/pl_3.c index 2f512624680..c3119370b5f 100644 --- a/games/sail/pl_3.c +++ b/games/sail/pl_3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pl_3.c,v 1.5 2015/12/31 16:44:22 mestre Exp $ */ +/* $OpenBSD: pl_3.c,v 1.6 2016/01/08 20:26:33 mestre Exp $ */ /* $NetBSD: pl_3.c,v 1.3 1995/04/22 10:37:09 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #include "player.h" void -acceptcombat() +acceptcombat(void) { int men = 0; int target, temp; @@ -211,7 +211,7 @@ acceptcombat() } void -grapungrap() +grapungrap(void) { struct ship *sp; int i; @@ -251,7 +251,7 @@ grapungrap() } void -unfoulplayer() +unfoulplayer(void) { struct ship *to; int i; |