X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foutput.h;h=fc66874068da031cafef1743406131c486ee504d;hb=9a04fda196e392d456f034e1fc2ad744a20d22b4;hp=2338a0d87bf64e761023a49772f99a3d89ac7fd9;hpb=5de8102af0956488f48ae9bf4941e5867a0f1260;p=pspp-builds.git diff --git a/src/output/output.h b/src/output/output.h index 2338a0d8..fc668740 100644 --- a/src/output/output.h +++ b/src/output/output.h @@ -17,8 +17,6 @@ #ifndef OUTPUT_OUTPUT_H #define OUTPUT_OUTPUT_H 1 -#include - #include @@ -152,8 +150,8 @@ bool outp_parse_options (struct substring options, struct outp_driver *); int outp_match_keyword (const char *, const struct outp_option *, int *); -int outp_evaluate_dimension (char *, char **); -bool outp_get_paper_size (char *, int *h, int *v); +int outp_evaluate_dimension (const char *); +bool outp_get_paper_size (const char *, int *h, int *v); void outp_open_page (struct outp_driver *); void outp_close_page (struct outp_driver *);