| 2314 | */ |
| 2315 | |
| 2316 | ppd_file_t * /* O - PPD file record or @code NULL@ if the PPD file could not be opened. */ |
| 2317 | ppdOpenFile(const char *filename) /* I - File to read from */ |
| 2318 | { |
| 2319 | return _ppdOpenFile(filename, _PPD_LOCALIZATION_DEFAULT); |
| 2320 | } |
| 2321 | |
| 2322 | |
| 2323 | /* |