X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foptions.h;h=57bd2aea6654fc1ce38258900ad7ec3979244dca;hb=22e7c4db280afc956a2059f228040bf6e1b01fce;hp=3f9e705602ab03fe1e4fcb8519fbcc374fca559d;hpb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;p=pspp diff --git a/src/output/options.h b/src/output/options.h index 3f9e705602..57bd2aea66 100644 --- a/src/output/options.h +++ b/src/output/options.h @@ -52,4 +52,7 @@ 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 *); +bool parse_color__ (const char *, struct cell_color *); + #endif /* output/options.h */