]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ppd.h
Merge changes from CUPS 1.4svn-r7696.
[thirdparty/cups.git] / cups / ppd.h
index c99981793f3fc686cfdb73edb976d20ac47c20f0..8396e61e4fc20b0218bec731951028df429be336 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: ppd.h 6649 2007-07-11 21:46:42Z mike $"
+ * "$Id: ppd.h 7679 2008-06-19 23:37:45Z mike $"
  *
  *   PostScript Printer Description definitions for the Common UNIX Printing
  *   System (CUPS).
@@ -399,6 +399,8 @@ extern const char   *ppdLocalizeIPPReason(ppd_file_t *ppd,
                                              size_t bufsize) _CUPS_API_1_3;
 
 /**** New in CUPS 1.4 ****/
+extern ppd_attr_t      *ppdLocalizeAttr(ppd_file_t *ppd, const char *keyword,
+                                        const char *spec);
 extern const char      *ppdLocalizeMarkerName(ppd_file_t *ppd,
                                               const char *name) _CUPS_API_1_4;
 
@@ -413,5 +415,5 @@ extern const char   *ppdLocalizeMarkerName(ppd_file_t *ppd,
 #endif /* !_CUPS_PPD_H_ */
 
 /*
- * End of "$Id: ppd.h 6649 2007-07-11 21:46:42Z mike $".
+ * End of "$Id: ppd.h 7679 2008-06-19 23:37:45Z mike $".
  */