diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-08-22 08:56:02 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-08-22 08:56:02 +0000 |
commit | 6910826c1b27cf6a9d4cb8400743d571d3c9a27b (patch) | |
tree | 9562c830236235b683790903daad5db093658719 /games/robots/robots.h | |
parent | 92cf145f2c1e59139400da3a8db7b06cc24b7b54 (diff) |
More largely NetBSD-inspired code cleanup
Diffstat (limited to 'games/robots/robots.h')
-rw-r--r-- | games/robots/robots.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/robots/robots.h b/games/robots/robots.h index 38f4aac49b3..c660acf4211 100644 --- a/games/robots/robots.h +++ b/games/robots/robots.h @@ -1,4 +1,4 @@ -/* $OpenBSD: robots.h,v 1.2 1998/07/09 04:34:24 pjanzen Exp $ */ +/* $OpenBSD: robots.h,v 1.3 1998/08/22 08:56:00 pjanzen Exp $ */ /* $NetBSD: robots.h,v 1.5 1995/04/24 12:24:54 cgd Exp $ */ /* @@ -128,7 +128,7 @@ bool eaten __P((COORD *)); void flush_in __P((void)); void get_move __P((void)); void init_field __P((void)); -bool jumping __P((void)); +bool jumping __P((void)); void make_level __P((void)); void move_robots __P((int)); bool must_telep __P((void)); |