Index: trunk/stac/src/stacRead.c
===================================================================
--- trunk/stac/src/stacRead.c	(revision 3610)
+++ trunk/stac/src/stacRead.c	(revision 3666)
@@ -6,7 +6,7 @@
 #define BUFFER 100			// Size of buffer for incrementally reading coordinates
 
-psArray *stacReadImages(stacConfig *config)
+psArray *stacReadImages(psArray *filenames // The file names of the images
+    )
 {
-    psArray *filenames = config->inputs;// The file names
     int nFiles = filenames->n;		// The number of input files
     psArray *images = psArrayAlloc(nFiles); // The input files, to be returned
@@ -162,7 +162,7 @@
 
 
-psArray *stacReadMaps(stacConfig *config)
+psArray *stacReadMaps(psArray *filenames // The file names of the images whose maps are to be read
+    )
 {
-    psArray *filenames = config->inputs;// The file names
     int nFiles = filenames->n;		// The number of input files
     psArray *maps = psArrayAlloc(nFiles); // The maps, to be returned
