Resume from file on startup
[open-adventure.git] / advent.h
index ffde43c4f450b93959399434e95bdae5631d2151..2044cc265f51c05707df9365cd17667f0ec825d3 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -116,6 +116,7 @@ extern long randrange(long);
 extern void score(enum termination);
 extern int suspend(FILE *);
 extern int resume(FILE *);
+extern int restore(FILE *);
 
 /*
  *  MOD(N,M)   = Arithmetic modulus