Index: branches/jhoblitt/ippdb/src/ippdb.h
===================================================================
--- branches/jhoblitt/ippdb/src/ippdb.h	(revision 7460)
+++ branches/jhoblitt/ippdb/src/ippdb.h	(revision 7500)
@@ -4208,4 +4208,5 @@
 typedef struct {
     char            *det_type;
+    psS32           iteration;
 } detRunRow;
 
@@ -4216,5 +4217,6 @@
 
 detRunRow *detRunRowAlloc(
-    const char      *det_type
+    const char      *det_type,
+    psS32           iteration
 );
 
@@ -4246,5 +4248,6 @@
 bool detRunInsert(
     psDB            *dbh,               ///< Database handle
-    const char      *det_type
+    const char      *det_type,
+    psS32           iteration
 );
 
@@ -4256,5 +4259,6 @@
 bool detRunPop(
     psDB            *dbh,               ///< Database handle
-    char            **det_type
+    char            **det_type,
+    psS32           *iteration
 );
 
