Index: trunk/psModules/src/astrom/pmAstrometryDistortion.c
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryDistortion.c	(revision 23242)
+++ trunk/psModules/src/astrom/pmAstrometryDistortion.c	(revision 23487)
@@ -40,5 +40,5 @@
 }
 
-pmAstromGradient *pmAstromGradientAlloc ()
+pmAstromGradient *pmAstromGradientAlloc (void)
 {
 
@@ -126,5 +126,5 @@
             grad = pmAstromGradientAlloc ();
 
-	    // XXX psTraceSetLevel("psLib.math.psVectorClipFitPolynomial2D", 7);
+            // XXX psTraceSetLevel("psLib.math.psVectorClipFitPolynomial2D", 7);
 
             // fit the collection of positions and offsets with a local 1st order gradient
@@ -138,5 +138,5 @@
             grad->dTPdM.x = local->coeff[0][1];
 
-	    // XXX psTraceSetLevel("psLib.math.psVectorClipFitPolynomial2D", 0);
+            // XXX psTraceSetLevel("psLib.math.psVectorClipFitPolynomial2D", 0);
 
             // fit the collection of positions and offsets with a local 1st order gradient
Index: trunk/psModules/src/astrom/pmAstrometryDistortion.h
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryDistortion.h	(revision 23242)
+++ trunk/psModules/src/astrom/pmAstrometryDistortion.h	(revision 23487)
@@ -27,5 +27,5 @@
 pmAstromGradient;
 
-pmAstromGradient *pmAstromGradientAlloc ();
+pmAstromGradient *pmAstromGradientAlloc (void);
 
 /* The following function determines the position residual, in the tangent
Index: trunk/psModules/src/astrom/pmAstrometryVisual.c
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryVisual.c	(revision 23242)
+++ trunk/psModules/src/astrom/pmAstrometryVisual.c	(revision 23487)
@@ -47,5 +47,5 @@
 /* Initialization Routines  */
 
-bool pmAstromVisualClose()
+bool pmAstromVisualClose(void)
 {
     if(kapa != -1)
Index: trunk/psModules/src/astrom/pmAstrometryVisual.h
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryVisual.h	(revision 23242)
+++ trunk/psModules/src/astrom/pmAstrometryVisual.h	(revision 23487)
@@ -26,5 +26,5 @@
 /** Close plotting windows at the end of a run
  * @return true for success */
-bool pmAstromVisualClose();
+bool pmAstromVisualClose(void);
 
 
