X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput.h;h=3b5eeebaaf0cbe36c07ff416cddf62b57f5267a1;hb=64f58bbdab17e4a09b725e713f4f82f567f44076;hp=baa9d473029d956c74d9c0300af5cdf062b8d50a;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp-builds.git diff --git a/src/output.h b/src/output.h index baa9d473..3b5eeeba 100644 --- a/src/output.h +++ b/src/output.h @@ -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 *); };