X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=funcs.h;h=c7b580d8e1d6f56d441e693770359560909af542;hb=b2c85b36f813767d7dd31f63f4cd288dc8df3121;hp=ceb10216352cde3a2e7468fff2433b0d3186a000;hpb=3079ebda9551d8b62ff6f3d4b5c924e499eae5ce;p=open-adventure.git diff --git a/funcs.h b/funcs.h index ceb1021..c7b580d 100644 --- a/funcs.h +++ b/funcs.h @@ -38,7 +38,7 @@ #define OUTSID(LOC) ((LOC) <= 8 || FOREST(LOC) || (LOC) == PLAC[SAPPH] || (LOC) == 180 || (LOC) == 182) #define INDEEP(LOC) ((LOC) >= 15 && !OUTSID(LOC) && (LOC) != 179) -extern int carry(void), discard(bool), attack(FILE *, long), throw(FILE *, long obj), feed(long), fill(void); +extern int carry(long), discard(long, bool), attack(FILE *, long), throw(FILE *, long obj), feed(long), fill(long); void score(long);