X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=saveresume.c;h=20b6344c1bfd2d93a107f6c973853f22d9efd211;hb=04eca720d9a5282b47f51c5d19910a094f3d1882;hp=50091718bc25f125c57d76f3cef3fca06a76e191;hpb=550734fd3fbd645daa1df42997b8ad876461f609;p=open-adventure.git diff --git a/saveresume.c b/saveresume.c index 5009171..20b6344 100644 --- a/saveresume.c +++ b/saveresume.c @@ -30,7 +30,7 @@ struct save_t { struct save_t save; /* Suspend and resume */ -int suspend(FILE *input) +int suspend(void) { /* Suspend. Offer to save things in a file, but charging * some points (so can't win by using saved games to retry @@ -71,7 +71,7 @@ int suspend(FILE *input) exit(0); } -int resume(FILE *input) +int resume(void) { /* Resume. Read a suspended game back from a file. * If ADVENT_NOSAVE is defined, do nothing instead. */