]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/image-private.h
Load cups into easysw/current.
[thirdparty/cups.git] / filter / image-private.h
index 0e69ca4f37ec46051246c2e50bc394adb2d9f0da..f84ace850f34620e28b78ba6c38f7ac56d8e2277 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: image-private.h 177 2006-06-21 00:20:03Z jlovell $"
+ * "$Id: image-private.h 6158 2006-12-17 01:44:21Z mike $"
  *
  *   Private image library definitions for the Common UNIX Printing
  *   System (CUPS).
@@ -33,6 +33,7 @@
  */
 
 #  include "image.h"
+#  include "raster.h"
 #  include <cups/cups.h>
 #  include <cups/debug.h>
 #  include <cups/string.h>
@@ -213,9 +214,13 @@ extern cups_izoom_t        *_cupsImageZoomNew(cups_image_t *img, int xc0, int yc0,
                                           int ysize, int rotated,
                                           cups_iztype_t type);
 
+extern int             _cupsRasterExecPS(cups_page_header2_t *h,
+                                         int *preferred_bits,
+                                         const char *code);
+
 
 #endif /* !_CUPS_IMAGE_PRIVATE_H_ */
 
 /*
- * End of "$Id: image-private.h 177 2006-06-21 00:20:03Z jlovell $".
+ * End of "$Id: image-private.h 6158 2006-12-17 01:44:21Z mike $".
  */