diff arogue5/rogue.h @ 234:c10fe421b8fb

Fix various overlooked causes of warnings. GCC5 now produces under 300 lines of warnings, but the remaining ones will require more complex solutions.
author John "Elwin" Edwards
date Sun, 06 Mar 2016 21:02:59 -0500
parents b67b99f6c92b
children 3d4252fa2ed3
line wrap: on
line diff
--- a/arogue5/rogue.h	Sun Mar 06 19:32:47 2016 -0500
+++ b/arogue5/rogue.h	Sun Mar 06 21:02:59 2016 -0500
@@ -1165,6 +1165,7 @@
 char   *vowelstr(char *str);
 void    wait_for(WINDOW *win, char ch);
 struct linked_list *wake_monster(int y, int x);
+void    wanderer(void);
 void    waste_time(void);
 char   *weap_name(struct object *obj);
 void    wear(void);