X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=funcs.h;h=455de2d6b78360ae63c24aaf9528feb70b969410;hp=e86fb2cdf4bf90869c4d3bd411ea0f036bda47b4;hb=2bc887c84efbcd9ea4ae589d29285bc187173e9a;hpb=18767d52dd053cf6c851ded2597697674ca255c1 diff --git a/funcs.h b/funcs.h index e86fb2c..455de2d 100644 --- a/funcs.h +++ b/funcs.h @@ -37,7 +37,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(void), throw(void), feed(void), fill(void); +extern int carry(void), discard(bool), attack(FILE *), throw(FILE *), feed(void), fill(void); void score(long);