Index: /trunk/psModules/src/camera/pmFPARead.c
===================================================================
--- /trunk/psModules/src/camera/pmFPARead.c	(revision 13892)
+++ /trunk/psModules/src/camera/pmFPARead.c	(revision 13893)
@@ -125,13 +125,13 @@
 // The region represents the maximum bounds of the full image
 
-psImage *readoutReadComponent(psImage *image, // Image into which to read
-                              psFits *fits, // FITS file from which to read
-                              const psRegion *fullImage, // full image region, read a subset
-                              int readdir, // Read direction (1=rows, 2=cols)
-                              int min,  // Minimum row/col number to read
-                              int max,   // Maximum row/col number to read
-                              int z,     // Image plane to read
-                              float bad // Bad value
-                             )
+static psImage *readoutReadComponent(psImage *image, // Image into which to read
+                                     psFits *fits, // FITS file from which to read
+                                     const psRegion *fullImage, // full image region, read a subset
+                                     int readdir, // Read direction (1=rows, 2=cols)
+                                     int min,  // Minimum row/col number to read
+                                     int max,   // Maximum row/col number to read
+                                     int z,     // Image plane to read
+                                     float bad // Bad value
+    )
 {
     assert(fits);
