]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/mime.h
Merge changes from CUPS 1.4svn-r7670.
[thirdparty/cups.git] / scheduler / mime.h
index 87e2fa625f7c33edf374277c63875af76eb39d76..975ab79f47246566adc403392873f3078729cede 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   MIME type/conversion database definitions for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2008 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -86,6 +86,7 @@ typedef struct _mime_magic_s          /**** MIME Magic Data ****/
 typedef struct _mime_type_s            /**** MIME Type Data ****/
 {
   mime_magic_t *rules;                 /* Rules used to detect this type */
+  int          priority;               /* Priority of this type */
   char         super[MIME_MAX_SUPER],  /* Super-type name ("image", "application", etc.) */
                type[MIME_MAX_TYPE];    /* Type name ("png", "postscript", etc.) */
 } mime_type_t;