X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput.h;h=3b5eeebaaf0cbe36c07ff416cddf62b57f5267a1;hb=3fb611d221aa070458c81c6ca8b1c78fbad9a0ab;hp=d79554ffb7237f7b9ced096f62855e2a82b32509;hpb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;p=pspp diff --git a/src/output.h b/src/output.h index d79554ffb7..3b5eeebaaf 100644 --- a/src/output.h +++ b/src/output.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !output_h #define output_h 1 @@ -170,8 +170,8 @@ struct outp_class void (*text_metrics) (struct outp_driver *, struct outp_text *); void (*text_draw) (struct outp_driver *, struct outp_text *); - void (*initialise_chart)(struct outp_class *, struct chart *); - void (*finialise_chart)(struct outp_class *, struct chart *); + void (*initialise_chart)(struct outp_driver *, struct chart *); + void (*finalise_chart)(struct outp_driver *, struct chart *); };