X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foutput.h;h=6782a11e66fe93a552ee85b27989e4aa1f4de821;hb=c708736bdd0fea4b79f3ee4a10e00c3abb95d9e3;hp=a61161abfd83614045cf5cb8bede0d6914cebe75;hpb=733a7755a474053cbf3221e1f182012f8ed51720;p=pspp-builds.git diff --git a/src/output/output.h b/src/output/output.h index a61161ab..6782a11e 100644 --- a/src/output/output.h +++ b/src/output/output.h @@ -155,7 +155,7 @@ bool outp_parse_options (struct substring options, int outp_match_keyword (const char *, struct outp_option *, int *); int outp_evaluate_dimension (char *, char **); -int outp_get_paper_size (char *, int *h, int *v); +bool outp_get_paper_size (char *, int *h, int *v); void outp_open_page (struct outp_driver *); void outp_close_page (struct outp_driver *);