diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 07:49:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 07:49:23 +0000 |
commit | c8986c6dbfedc6946433e64e7bc511aadb9823e5 (patch) | |
tree | 204c96bc41964181874ff7fbe9e0c571c806b1cd /games/sail | |
parent | ab743a1ebaa4992fd195112eb8d18768db409491 (diff) |
nuke rindex decl
Diffstat (limited to 'games/sail')
-rw-r--r-- | games/sail/externs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/sail/externs.h b/games/sail/externs.h index ad28a38796a..421f2b5de7a 100644 --- a/games/sail/externs.h +++ b/games/sail/externs.h @@ -305,7 +305,6 @@ char *saywhat(); struct ship *closestenemy(); char *calloc(); -char *rindex(); char *strcpy(); char *strcat(); char *strncpy(); |