Index: /branches/eam_branches/ipp-20100621/psLib/src/jpeg/psImageJpeg.c
===================================================================
--- /branches/eam_branches/ipp-20100621/psLib/src/jpeg/psImageJpeg.c	(revision 28982)
+++ /branches/eam_branches/ipp-20100621/psLib/src/jpeg/psImageJpeg.c	(revision 28983)
@@ -136,8 +136,10 @@
 }
 
+// XXX need to fix library references for this (psLib does not depend on libkapa)
+# if (0)
 // XXX Add colormap bar with scale (min -> max)
 // XXX Add option to plot the source overlay (pass in bDrawBuffer populated with points?)
 // XXX need to update bDraw APIs to pass in/out structure and avoid the local static 
-bool psImageJpeg(const psImageJpegColormap *map, const psImage *image, const char *filename,
+bool psImageJpegNew(const psImageJpegColormap *map, const psImage *image, const char *filename,
                  float min, float max)
 {
@@ -272,6 +274,7 @@
     return true;
 }
-
-bool psImageJpegOld(const psImageJpegColormap *map, const psImage *image, const char *filename,
+# endif
+
+bool psImageJpeg(const psImageJpegColormap *map, const psImage *image, const char *filename,
                  float min, float max)
 {
