diff options
| author | hubertf <hubertf@NetBSD.org> | 1998-07-25 10:52:14 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 1998-07-25 10:52:14 +0000 |
| commit | 99c224361380ccb108774d5b32dc3571b722a048 (patch) | |
| tree | 92963bc5f63fd3b300a53ab2e0b71c9b2e1259a7 /sail/extern.h | |
| parent | abde1dfc02f8a0a37d89f5474fccb031bb59eb91 (diff) | |
| download | bsdgames-darwin-99c224361380ccb108774d5b32dc3571b722a048.tar.gz bsdgames-darwin-99c224361380ccb108774d5b32dc3571b722a048.zip | |
Rename internal move() to move_ship(), as per PR 5841 by
Joseph Myers <jsm@octomino.demon.co.uk>.
Diffstat (limited to 'sail/extern.h')
| -rw-r--r-- | sail/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sail/extern.h b/sail/extern.h index a1b0768f..c35ea7c8 100644 --- a/sail/extern.h +++ b/sail/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.6 1998/03/29 04:57:19 mrg Exp $ */ +/* $NetBSD: extern.h,v 1.7 1998/07/25 10:52:14 hubertf Exp $ */ /* * Copyright (c) 1983, 1993 @@ -317,7 +317,7 @@ void prizecheck __P((void)); int strend __P((char *)); void closeon __P((struct ship *, struct ship *, char[], int, int, int)); int score __P((char[], struct ship *, struct ship *, int)); -void move __P((char *, struct ship *, unsigned char *, short *, short *, char *)); +void move_ship __P((char *, struct ship *, unsigned char *, short *, short *, char *)); void try __P((char[], char [], int, int, int, int, int, struct ship *, struct ship *, int *, int)); void rmend __P((char *)); |
