X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foptions.h;h=f1eff8f871d31c23f2a96d21a1ade2a41396545e;hb=3b54533821614d17afc61f1cd3b87d3a06fbf4da;hp=3f9e705602ab03fe1e4fcb8519fbcc374fca559d;hpb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;p=pspp diff --git a/src/output/options.h b/src/output/options.h index 3f9e705602..f1eff8f871 100644 --- a/src/output/options.h +++ b/src/output/options.h @@ -51,5 +51,6 @@ int parse_int (struct driver_option *, int min_value, int max_value); int parse_dimension (struct driver_option *); char *parse_string (struct driver_option *); char *parse_chart_file_name (struct driver_option *); +struct cell_color parse_color (struct driver_option *); #endif /* output/options.h */