]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc.h
Import CUPS v1.7.1
[thirdparty/cups.git] / ppdc / ppdc.h
index 8e856f1eaceb2a48c65c12682934aa6e3e58115a..0aad12558bd9ea8a658e4babfbc537cbd44c4aea 100644 (file)
@@ -1,5 +1,5 @@
 //
-// "$Id$"
+// "$Id: ppdc.h 3755 2012-03-30 05:59:14Z msweet $"
 //
 //   Definitions for the CUPS PPD Compiler.
 //
@@ -411,6 +411,7 @@ class ppdcDriver                    //// Printer Driver Data
   ppdcAttr     *find_attr(const char *k, const char *s);
   ppdcGroup    *find_group(const char *n);
   ppdcOption   *find_option(const char *n);
+  ppdcOption   *find_option_group(const char *n, ppdcGroup **mg);
 
   void         set_custom_size_code(const char *c);
   void         set_default_font(ppdcFont *f);
@@ -446,6 +447,7 @@ class ppdcFile                              //// File
 {
   public:
 
+  bool         close_on_delete;        // Close file on delete?
   cups_file_t  *fp;                    // File pointer
   const char   *filename;              // Filename
   int          line;                   // Line in file
@@ -527,5 +529,5 @@ class ppdcSource                    //// Source File
 #endif // !_PPDC_H_
 
 //
-// End of "$Id$".
+// End of "$Id: ppdc.h 3755 2012-03-30 05:59:14Z msweet $".
 //