Home
last modified time | relevance | path

Searched refs:_PPD_DEPRECATED (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dppd.h57 # ifndef _PPD_DEPRECATED
58 # define _PPD_DEPRECATED _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.") macro
366 extern const char *cupsGetPPD(const char *name) _PPD_DEPRECATED;
367 extern const char *cupsGetPPD2(http_t *http, const char *name) _PPD_DEPRECATED;
368 …PD3(http_t *http, const char *name, time_t *modtime, char *buffer, size_t bufsize) _PPD_DEPRECATED;
369 extern char *cupsGetServerPPD(http_t *http, const char *name) _PPD_DEPRECATED;
370 …ern int cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options) _PPD_DEPRECATED;
372 extern void ppdClose(ppd_file_t *ppd) _PPD_DEPRECATED;
374 ppd_choice_t ***choices) _PPD_DEPRECATED;
375 extern int ppdConflicts(ppd_file_t *ppd) _PPD_DEPRECATED;
[all …]