[BACK]Return to wump.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / wump

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/wump/wump.c between version 1.6 and 1.7

version 1.6, 1998/08/30 09:19:41 version 1.7, 1998/09/13 15:27:31
Line 133  void pit_survive __P((void));
Line 133  void pit_survive __P((void));
 int     shoot __P((char *));  int     shoot __P((char *));
 void    shoot_self __P((void));  void    shoot_self __P((void));
 int     take_action __P((void));  int     take_action __P((void));
 void    usage __P((void));  void    usage __P((void)) __attribute__((__noreturn__));
 void    wump_kill __P((void));  void    wump_kill __P((void));
 int     wump_nearby __P((void));  int     wump_nearby __P((void));
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>