Coverity 3759, Add missing prototype for gx_hld_is_hl_color_available()

Alex Cherepanov <[email protected]> Thu, 25 Dec 2008 14:06:37 -0500
Newsgroups gmane.comp.printing.ghostscript.patches
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------060804020005070701010808
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Include missing prototype for gx_hld_is_hl_color_available()


--------------060804020005070701010808
Content-Type: text/plain;
 name="cov3759.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="cov3759.diff"

Index: gs/base/lib.mak
===================================================================
--- gs/base/lib.mak	(revision 9301)
+++ gs/base/lib.mak	(working copy)
@@ -1062,7 +1062,7 @@
  $(gpcheck_h)\
  $(gsrect_h)\
  $(gxdcolor_h) $(gxdevice_h) $(gxfixed_h) $(gxiparam_h) $(gxistate_h) $(gxmatrix_h)\
- $(gdevddrw_h) $(gxdtfill_h) $(vtrace_h)
+ $(gxhldevc_h) $(gdevddrw_h) $(gxdtfill_h) $(vtrace_h)
 	$(GLCC) $(GLO_)gdevddrw.$(OBJ) $(C_) $(GLSRC)gdevddrw.c
 
 $(GLOBJ)gdevdsha.$(OBJ) : $(GLSRC)gdevdsha.c $(GXERR) $(gserrors_h)\
Index: gs/base/gdevddrw.c
===================================================================
--- gs/base/gdevddrw.c	(revision 9301)
+++ gs/base/gdevddrw.c	(working copy)
@@ -25,6 +25,7 @@
 #include "gxdevice.h"
 #include "gxiparam.h"
 #include "gxistate.h"
+#include "gxhldevc.h"
 #include "gdevddrw.h"
 #include "vdtrace.h"
 /*

--------------060804020005070701010808
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gs-code-review mailing list
[email protected]
http://www.ghostscript.com/mailman/listinfo/gs-code-review

--------------060804020005070701010808--