$NetBSD: patch-aq,v 1.1.1.1 2001/04/27 15:27:31 agc Exp $ --- moreobj.c.orig Sat Jan 13 20:22:49 2001 +++ moreobj.c Sat Jan 13 20:27:37 2001 @@ -7,6 +7,8 @@ * ochest() * ofountain() */ +#include +#include #include "header.h" #include "player.h" #include "itm.h" @@ -19,7 +21,7 @@ * ****** * */ -oaltar() +void oaltar(void) { long k; @@ -71,7 +73,7 @@ return; } c[GOLD] -= k; - if (k < c[GOLD]/10 || k 0 they are raised if how < 0 they are lowered */ -fntchange(how) +void fntchange(how) int how; { long j; @@ -464,7 +466,7 @@ * * process an up/down of a character attribute for ofountain */ -fch(how,x) +void fch(how,x) int how; long *x; {