Index: trunk/archive/scripts/src/pmCameraFromHeader.h
===================================================================
--- trunk/archive/scripts/src/pmCameraFromHeader.h	(revision 4092)
+++ trunk/archive/scripts/src/pmCameraFromHeader.h	(revision 4395)
@@ -3,7 +3,7 @@
 
 // Work out what camera we have, based on the FITS header and a set of rules specified in the IPP
-// configuration
-char *pmCameraFromHeader(const psMetadata *header, // The FITS header
-			 const psMetadata *ipprc // The IPP configuration
+// configuration; return the camera configuration
+psMetadata *pmCameraFromHeader(const psMetadata *header, // The FITS header
+			       const psMetadata *ipprc // The IPP configuration
     );
 
