X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fascii.h;h=7622b8f5dda195ea104d08a4d2061adba8cfbccd;hb=c40b1abf21793c5923d2c8e8be320eb1c97a9240;hp=5d324d84646a130e1339939a4f95415ab40428c4;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/output/ascii.h b/src/output/ascii.h index 5d324d8464..7622b8f5dd 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 @@ -20,6 +20,8 @@ struct output_driver; void ascii_test_write (struct output_driver *, - const char *s, int x, int y, unsigned int options); + const char *s, int x, int y, bool bold, bool underline); +void ascii_test_set_length (struct output_driver *, int y, int length); +void ascii_test_flush (struct output_driver *); #endif /* ascii.h */