From ee2bb4d1929e20436cf0e830ece02fe07db2d524 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 8 Jun 2006 11:15:34 -0700 Subject: fix compiler warnings in Xprint/ps/PsArea.c --- Xprint/ps/Ps.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Xprint/ps/Ps.h') diff --git a/Xprint/ps/Ps.h b/Xprint/ps/Ps.h index 576c3b24e..68c95f9c9 100644 --- a/Xprint/ps/Ps.h +++ b/Xprint/ps/Ps.h @@ -427,6 +427,9 @@ extern void PsSetSpans(DrawablePtr pDrawable, GCPtr pGC, char *pSrc, extern void PsPutScaledImage(DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y, int w, int h, int leftPad, int format, int imageRes, char *pImage); +extern void PsPutScaledImageIM(DrawablePtr pDrawable, GCPtr pGC, int depth, + int x, int y, int w, int h, int leftPad, + int format, int imageRes, char *pImage); extern void PsPutImage(DrawablePtr pDrawable, GCPtr pGC, int depth, int x, int y, int w, int h, int leftPad, int format, char *pImage); -- cgit v1.2.3