demo_header_write() now writes the header. :-P
[neverball] / ball / st_save.h
index 280715b..e7b5328 100644 (file)
@@ -3,6 +3,6 @@
 
 #include "state.h"
 
-int goto_save(struct state * nextstate);
+int goto_save(struct state *, struct state *);
 
 #endif