diff options
| author | jsm <jsm@NetBSD.org> | 1999-09-30 18:01:31 +0000 |
|---|---|---|
| committer | jsm <jsm@NetBSD.org> | 1999-09-30 18:01:31 +0000 |
| commit | 963f40fabfbfc47378585a05f5b465cbd4e0c7b6 (patch) | |
| tree | 7d2ead721965b1afb7d25682629c2f61932820fc /sail/extern.h | |
| parent | e2f2d09292b8ac5c5390ab1b7e6fa09ab554080f (diff) | |
| download | bsdgames-darwin-963f40fabfbfc47378585a05f5b465cbd4e0c7b6.tar.gz bsdgames-darwin-963f40fabfbfc47378585a05f5b465cbd4e0c7b6.zip | |
Fix uses of namespaces reserved by ISO C or POSIX.1.
Diffstat (limited to 'sail/extern.h')
| -rw-r--r-- | sail/extern.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sail/extern.h b/sail/extern.h index 8cd2ccd1..794851c7 100644 --- a/sail/extern.h +++ b/sail/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.11 1999/09/08 21:45:30 jsm Exp $ */ +/* $NetBSD: extern.h,v 1.12 1999/09/30 18:01:33 jsm Exp $ */ /* * Copyright (c) 1983, 1993 @@ -314,7 +314,7 @@ int next __P((void)); void thinkofgrapples __P((void)); void checkup __P((void)); void prizecheck __P((void)); -int strend __P((const char *)); +int str_end __P((const char *)); void closeon __P((struct ship *, struct ship *, char[], int, int, int)); int score __P((char[], struct ship *, struct ship *, int)); void move_ship __P((const char *, struct ship *, unsigned char *, short *, short *, char *)); @@ -325,11 +325,11 @@ void rmend __P((char *)); /* dr_3.c */ void moveall __P((void)); int stillmoving __P((int)); -int isolated __P((struct ship *)); +int is_isolated __P((struct ship *)); int push __P((struct ship *, struct ship *)); void step __P((int, struct ship *, char *)); void sendbp __P((struct ship *, struct ship *, int, int)); -int toughmelee __P((struct ship *, struct ship *, int, int)); +int is_toughmelee __P((struct ship *, struct ship *, int, int)); void reload __P((void)); void checksails __P((void)); |
