X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=funcs.h;fp=funcs.h;h=dcc60d20295301d60328a06623063fe9f43b07b8;hb=df83a345a212b8b9326cd0ffa89e2edf09e83811;hp=ceb10216352cde3a2e7468fff2433b0d3186a000;hpb=8f661598bc9bdc91c64d1ad99bf0933acfa492ee;p=open-adventure.git diff --git a/funcs.h b/funcs.h index ceb1021..dcc60d2 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(void), discard(long, bool), attack(FILE *, long), throw(FILE *, long obj), feed(long), fill(long); void score(long);