X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=array.h;h=dad89ba3c9bcdd88aa82ab33efb836436d027dc9;hb=refs%2Fheads%2Fmaster;hp=4cbadce0680b4ac767a303e9997fa86e266e59f0;hpb=cfaa794b19d81130959062a0806ea2e95f31f44d;p=max%2Fgol.git diff --git a/array.h b/array.h index 4cbadce..dad89ba 100644 --- a/array.h +++ b/array.h @@ -23,7 +23,7 @@ struct gol_board { /* * Check that a cell located at (x,y) in the game board is live. */ -int gol_is_live(struct gol_board *state, int_least32_t x, int_least32_t y); +int gol_is_live(struct gol_board *state, int_least32_t x, int_least32_t y, char *is_live); /* * Append the coordinates of the live cell to the array.