Index: trunk/stac/src/stac.h
===================================================================
--- trunk/stac/src/stac.h	(revision 3666)
+++ trunk/stac/src/stac.h	(revision 3667)
@@ -192,9 +192,14 @@
 // stacWrite.c
 
-// Write maps out
+// Write map out
 bool stacWriteMap(const char *mapName,	// Filename to write to
 		  psPlaneTransform *map	// Map to write
     );
 
+// Write multiple maps
+bool stacWriteMaps(const psArray *names, // Filenames of the input images (will add ".map")
+		   const psArray *maps	// Maps to write
+    );
+
 /************************************************************************************************************/
 
