Index: trunk/psModules/src/concepts/pmConceptsWrite.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsWrite.c	(revision 9539)
+++ trunk/psModules/src/concepts/pmConceptsWrite.c	(revision 9570)
@@ -220,8 +220,8 @@
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
-bool pmConceptsWriteToCamera(psMetadata *specs, // The concept specifications
-                             pmCell *cell,   // The cell
-                             psMetadata *concepts // The concepts
-                            )
+bool p_pmConceptsWriteToCells(psMetadata *specs, // The concept specifications
+                              pmCell *cell,   // The cell
+                              psMetadata *concepts // The concepts
+                             )
 {
     PS_ASSERT_PTR_NON_NULL(specs, false);
@@ -291,10 +291,10 @@
 }
 
-bool pmConceptsWriteToDefaults(psMetadata *specs, // The concept specifications
-                               pmFPA *fpa, // The FPA
-                               pmChip *chip, // The chip
-                               pmCell *cell, // The cell
-                               psMetadata *concepts // The concepts
-                              )
+bool p_pmConceptsWriteToDefaults(psMetadata *specs, // The concept specifications
+                                 pmFPA *fpa, // The FPA
+                                 pmChip *chip, // The chip
+                                 pmCell *cell, // The cell
+                                 psMetadata *concepts // The concepts
+                                )
 {
     PS_ASSERT_PTR_NON_NULL(specs, false);
@@ -357,10 +357,10 @@
 
 
-bool pmConceptsWriteToHeader(psMetadata *specs, // The concept specifications
-                             pmFPA *fpa, // The FPA
-                             pmChip *chip, // The chip
-                             pmCell *cell, // The cell
-                             psMetadata *concepts // The concepts
-                            )
+bool p_pmConceptsWriteToHeader(psMetadata *specs, // The concept specifications
+                               pmFPA *fpa, // The FPA
+                               pmChip *chip, // The chip
+                               pmCell *cell, // The cell
+                               psMetadata *concepts // The concepts
+                              )
 {
     PS_ASSERT_PTR_NON_NULL(specs, false);
@@ -405,11 +405,11 @@
 
 // XXX Warning: This code has not been tested at all
-bool pmConceptsWriteToDatabase(psMetadata *specs, // The concept specifications
-                               pmFPA *fpa, // The FPA
-                               pmChip *chip, // The chip
-                               pmCell *cell, // The cell
-                               psDB *db,// The database handle
-                               psMetadata *concepts // The concepts
-                              )
+bool p_pmConceptsWriteToDatabase(psMetadata *specs, // The concept specifications
+                                 pmFPA *fpa, // The FPA
+                                 pmChip *chip, // The chip
+                                 pmCell *cell, // The cell
+                                 psDB *db,// The database handle
+                                 psMetadata *concepts // The concepts
+                                )
 {
     PS_ASSERT_PTR_NON_NULL(specs, false);
