X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foutput.h;h=fc66874068da031cafef1743406131c486ee504d;hb=31e674bbb5a058689708edebe6a06045015d223f;hp=f7504bce0dba4dd48c80ac77c887d0da8c0cb12d;hpb=12219168a9ece27a11d652ae82c8e7d65e1be98f;p=pspp-builds.git diff --git a/src/output/output.h b/src/output/output.h index f7504bce..fc668740 100644 --- a/src/output/output.h +++ b/src/output/output.h @@ -14,10 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#if !output_h -#define output_h 1 - -#include +#ifndef OUTPUT_OUTPUT_H +#define OUTPUT_OUTPUT_H 1 #include @@ -134,6 +132,7 @@ extern char *outp_subtitle; void outp_init (void); void outp_read_devices (void); +void outp_configure_driver_line (struct substring); void outp_done (void); void outp_configure_clear (void); @@ -151,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 *); @@ -164,4 +163,4 @@ int outp_string_width (struct outp_driver *, const char *, enum outp_font); /* Imported from som-frnt.c. */ void som_destroy_driver (struct outp_driver *); -#endif /* output.h */ +#endif /* output/output.h */