ascii: Get rid of the idea of pages.
[pspp] / src / output / ascii.h
index 5d324d84646a130e1339939a4f95415ab40428c4..eb4e4afec619f2b7f732501d7e12d3e15ed60fdb 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,5 +21,7 @@ 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 */