ascii: Get rid of the idea of pages.
[pspp] / src / output / ascii.h
index bf68cafec7a82bd4842ff2b151b9d71bb45a68de..eb4e4afec619f2b7f732501d7e12d3e15ed60fdb 100644 (file)
@@ -22,5 +22,6 @@ struct output_driver;
 void ascii_test_write (struct output_driver *,
                        const char *s, int x, int y, unsigned int options);
 void ascii_test_set_length (struct output_driver *, int y, int length);
+void ascii_test_flush (struct output_driver *);
 
 #endif /* ascii.h */