diff options
author | Omar Polo <op@cvs.openbsd.org> | 2022-08-08 17:57:06 +0000 |
---|---|---|
committer | Omar Polo <op@cvs.openbsd.org> | 2022-08-08 17:57:06 +0000 |
commit | 1ed9a364c3306e451f1ffe4ea58dc3fb0a099ab4 (patch) | |
tree | 31975f7db86f10af599b01adb33deed8eec3b403 /games/battlestar/extern.h | |
parent | faf745c35764270402e5df9954f181261a0268af (diff) |
switch fgetln remnants to getline. ok millert@
Diffstat (limited to 'games/battlestar/extern.h')
-rw-r--r-- | games/battlestar/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/extern.h b/games/battlestar/extern.h index 21f8dc72260..598d5087c9d 100644 --- a/games/battlestar/extern.h +++ b/games/battlestar/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.22 2022/02/05 23:00:20 gnezdo Exp $ */ +/* $OpenBSD: extern.h,v 1.23 2022/08/08 17:57:05 op Exp $ */ /* $NetBSD: extern.h,v 1.5 1995/04/24 12:22:18 cgd Exp $ */ /* @@ -357,7 +357,7 @@ void ravage(void); void restore(const char *); int ride(void); void save(const char *); -char *save_file_name(const char *, size_t); +char *save_file_name(const char *); int shoot(void); int take(unsigned int[]); int takeoff(void); |