From 879d6cbf7bfed1ab461dbb7094bd9417536d2729 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 2 Jul 2020 23:36:42 +0200 Subject: [PATCH] libppd: Corrected comments in ppd.h --- ppd/ppd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ppd/ppd.h b/ppd/ppd.h index b8004a45c..61fa51276 100644 --- a/ppd/ppd.h +++ b/ppd/ppd.h @@ -575,7 +575,7 @@ extern int ppdPageSizeLimits(ppd_file_t *ppd, /**** New in libppd (cups-filters) ****/ -/**** New in cups-filters 1.0.28: Renamed functions from original CUPS API ****/ +/**** New in cups-filters 1.28.0: Renamed functions from original CUPS API ****/ extern int ppdMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options); extern int ppdRasterInterpretPPD(cups_page_header2_t *h, ppd_file_t *ppd, @@ -591,7 +591,7 @@ extern int ppdResolveConflicts(ppd_file_t *ppd, int *num_options, cups_option_t **options); -/**** New in cups-filters 1.0.28: Formerly CUPS-private functions ****/ +/**** New in cups-filters 1.28.0: Formerly CUPS-private functions ****/ extern int ppdConvertOptions(ipp_t *request, ppd_file_t *ppd, ppd_cache_t *pc, ipp_attribute_t *media_col_sup, ipp_attribute_t *doc_handling_sup, ipp_attribute_t *print_color_mode_sup, const char *user, const char *format, int copies, int num_options, cups_option_t *options); extern int ppdRasterExecPS(cups_page_header2_t *h, int *preferred_bits, const char *code); extern int ppdRasterInterpretPPD(cups_page_header2_t *h, ppd_file_t *ppd, int num_options, cups_option_t *options, cups_interpret_cb_t func); @@ -649,7 +649,7 @@ extern const char *ppdPwgMediaTypeForType(const char *media_type, extern const char *ppdPwgPageSizeForMedia(pwg_media_t *media, char *name, size_t namesize); -/**** New in cups-filters 1.0.28: Overtaken from ippeveprinter ****/ +/**** New in cups-filters 1.28.0: Overtaken from ippeveprinter ****/ extern ipp_t *ppdLoadAttributes(const char *ppdfile, cups_array_t *docformats); -- 2.47.3