Index: trunk/psModules/src/concepts/pmConceptsRead.h
===================================================================
--- trunk/psModules/src/concepts/pmConceptsRead.h	(revision 17911)
+++ trunk/psModules/src/concepts/pmConceptsRead.h	(revision 18163)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-06-05 01:31:33 $
+ * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-06-17 22:16:38 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -62,5 +62,5 @@
     const char *name,                   ///< Name of concept
     const psMetadata *database,         ///< DATABASE specification
-    psDB *db,                           ///< Database handle
+    pmConfig *config,                   ///< Configuration
     const pmFPA *fpa,                   ///< The FPA
     const pmChip *chip,                 ///< The chip, or NULL
@@ -72,5 +72,4 @@
 /// Examines the DATABASE metadata in the camera format file
 /// for concepts in the specs, and imports them into the target.
-/// WARNING: This function has not been tested; use at your own risk!
 bool p_pmConceptsReadFromDatabase(psMetadata *target, // Place into which to read the concepts
                                   const psMetadata *specs, // The concept specifications
@@ -78,5 +77,5 @@
                                   const pmChip *chip, // The chip
                                   const pmCell *cell,  // The cell
-                                  psDB *db // The database handle
+                                  pmConfig *config // Configuration
                                  );
 /// @}
