| 53 | */ |
| 54 | |
| 55 | int /* O - 0 on success, -1 on failure */ |
| 56 | cupsRasterInterpretPPD( |
| 57 | cups_page_header2_t *h, /* O - Page header to create */ |
| 58 | ppd_file_t *ppd, /* I - PPD file */ |
| 59 | int num_options, /* I - Number of options */ |
| 60 | cups_option_t *options, /* I - Options */ |
| 61 | cups_interpret_cb_t func) /* I - Optional page header callback (@code NULL@ for none) */ |
| 62 | { |
| 63 | return (_cupsRasterInterpretPPD(h, ppd, num_options, options, func)); |
| 64 | } |