]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/filter.c
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / filter.c
index f315910af1872cf1435d8cd9c042b27b26c50f2b..92d68f8626f0e67a0aee4be5788eead424b0b871 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: filter.c 5083 2006-02-06 02:57:43Z mike $"
+ * "$Id: filter.c 5196 2006-02-27 21:23:00Z mike $"
  *
  *   File type conversion routines for the Common UNIX Printing System (CUPS).
  *
@@ -199,7 +199,7 @@ compare_filters(mime_filter_t *f0,  /* I - First filter */
  * 'find_filters()' - Find the filters to convert from one type to another.
  */
 
-cups_array_t *                         /* O - Array of filters to run */
+static cups_array_t *                  /* O - Array of filters to run */
 find_filters(mime_t           *mime,   /* I - MIME database */
              mime_type_t      *src,    /* I - Source file type */
             mime_type_t      *dst,     /* I - Destination file type */
@@ -360,5 +360,5 @@ lookup(mime_t      *mime,           /* I - MIME database */
 
 
 /*
- * End of "$Id: filter.c 5083 2006-02-06 02:57:43Z mike $".
+ * End of "$Id: filter.c 5196 2006-02-27 21:23:00Z mike $".
  */