diff urogue/daemons.c @ 257:c4b12d2d1dcd

UltraRogue: fix various build failures.
author John "Elwin" Edwards
date Tue, 31 Jan 2017 20:33:49 -0500
parents c495a4f288c6
children
line wrap: on
line diff
--- a/urogue/daemons.c	Tue Jan 31 19:56:04 2017 -0500
+++ b/urogue/daemons.c	Tue Jan 31 20:33:49 2017 -0500
@@ -225,7 +225,7 @@
         called to roll to see if a wandering monster starts up
 */
 
-daemon
+void
 rollwand(daemon_arg *arg)
 {
     NOOP(arg);
@@ -246,7 +246,7 @@
         digest the hero's food
 */
 
-daemon
+void
 stomach(daemon_arg *arg)
 {
     int oldfood, old_hunger;
@@ -322,7 +322,7 @@
         each other, this routine have been enhanced and may need more work yet
 */
 
-daemon
+void
 runners(daemon_arg *arg)
 {
     struct linked_list  *item;