X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foutput.h;h=bfab57ecfb9cee927b72ef6019468672aaead59a;hb=dbd443bb33b42b00e1bb9e67e140af659a418673;hp=47680fee39183cfbf3aa1f39cc7398e95b4427d3;hpb=f75d96d09553928fb3c5461a2e75efdd6f9e76e1;p=pspp diff --git a/src/output/output.h b/src/output/output.h index 47680fee39..bfab57ecfb 100644 --- a/src/output/output.h +++ b/src/output/output.h @@ -151,10 +151,10 @@ void outp_list_classes (void); void outp_enable_device (bool enable, int device); struct outp_driver *outp_drivers (struct outp_driver *); -bool outp_parse_options (struct substring options, - bool (*) (struct outp_driver *, const char *key, - const struct string *value), - struct outp_driver *); +bool outp_parse_options (const char *driver_name, struct substring options, + bool (*callback) (void *aux, const char *key, + const struct string *value), + void *aux); int outp_match_keyword (const char *, const struct outp_option *, int *); int outp_evaluate_dimension (const char *);