X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fascii.h;h=bf68cafec7a82bd4842ff2b151b9d71bb45a68de;hb=563b6160d2ed20120fbb62410a65e03c28537383;hp=5d324d84646a130e1339939a4f95415ab40428c4;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/output/ascii.h b/src/output/ascii.h index 5d324d8464..bf68cafec7 100644 --- a/src/output/ascii.h +++ b/src/output/ascii.h @@ -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,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); #endif /* ascii.h */