Index: trunk/psLib/src/image/psImage.h
===================================================================
--- trunk/psLib/src/image/psImage.h	(revision 2970)
+++ trunk/psLib/src/image/psImage.h	(revision 3115)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-13 03:26:23 $
+ *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-03 00:54:11 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -157,5 +157,5 @@
  */
 psImage* psImageCopy(
-    psImage* restrict output,          ///< if not NULL, a psImage that could be recycled.
+    psImage* output,                   ///< if not NULL, a psImage that could be recycled.
     const psImage* input,              ///< the psImage to copy
     psElemType type                    ///< the desired datatype of the returned copy
@@ -221,5 +221,5 @@
         psC64 unexposedValue           /**< return value if x,y location is not in image. */ \
                                                      );
-
+#ifndef SWIG
 p_psImagePixelInterpolateFcns(U8)
 p_psImagePixelInterpolateFcns(U16)
@@ -234,4 +234,5 @@
 p_psImagePixelInterpolateComplexFcns(C32)
 p_psImagePixelInterpolateComplexFcns(C64)
+#endif
 
 /// @}
