Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/rogue remove duplicate decls



details:   https://anonhg.NetBSD.org/src/rev/54dcc5643008
branches:  trunk
changeset: 503364:54dcc5643008
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 05 01:04:25 2001 +0000

description:
remove duplicate decls

diffstat:

 games/rogue/rogue.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 44c7f8792a09 -r 54dcc5643008 games/rogue/rogue.h
--- a/games/rogue/rogue.h       Mon Feb 05 01:02:45 2001 +0000
+++ b/games/rogue/rogue.h       Mon Feb 05 01:04:25 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rogue.h,v 1.11 1999/09/13 17:14:08 jsm Exp $   */
+/*     $NetBSD: rogue.h,v 1.12 2001/02/05 01:04:25 christos Exp $      */
 
 /*
  * Copyright (c) 1988, 1993
@@ -602,7 +602,6 @@
 void   md_slurp __P((void));
 void   message __P((const char *, boolean));
 void   mix_colors __P((void));
-void   mix_colors __P((void));
 void   mix_random_rooms __P((void));
 int    mon_can_go __P((const object *, int, int));
 int    mon_damage __P((object *, short));
@@ -635,7 +634,6 @@
 void   plant_gold __P((int, int, boolean));
 void   play_level __P((void));
 void   player_init __P((void));
-void   player_init __P((void));
 void   potion_heal __P((int));
 int    pr_com_id __P((int));
 int    pr_motion_char __P((int));
@@ -698,12 +696,10 @@
 void   special_hit __P((object *));
 void   srrandom __P((int));
 void   start_window __P((void));
-void   start_window __P((void));
 void   steal_gold __P((object *));
 void   steal_item __P((object *));
 void   sting __P((object *));
 void   stop_window __P((void));
-void   stop_window __P((void));
 void   take_a_nap __P((void));
 void   take_from_pack __P((object *, object *));
 void   take_off __P((void));



Home | Main Index | Thread Index | Old Index