]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
libppd: Corrected comments in ppd.h
authorTill Kamppeter <till.kamppeter@gmail.com>
Thu, 2 Jul 2020 21:36:42 +0000 (23:36 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Thu, 2 Jul 2020 21:36:42 +0000 (23:36 +0200)
ppd/ppd.h

index b8004a45c90f676e422ed44dbbed4eb236e5f5cc..61fa51276a827c0dc3de83684bd073e734f5ea9f 100644 (file)
--- 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);