Index: trunk/ippdb/src/ippdb.h
===================================================================
--- trunk/ippdb/src/ippdb.h	(revision 9149)
+++ trunk/ippdb/src/ippdb.h	(revision 9173)
@@ -5395,4 +5395,5 @@
     psS32           iteration;
     char            *det_type;
+    char            *state;
 } detRunRow;
 
@@ -5404,5 +5405,6 @@
 detRunRow *detRunRowAlloc(
     psS32           iteration,
-    const char      *det_type
+    const char      *det_type,
+    const char      *state
 );
 
@@ -5435,5 +5437,6 @@
     psDB            *dbh,               ///< Database handle
     psS32           iteration,
-    const char      *det_type
+    const char      *det_type,
+    const char      *state
 );
 
@@ -5457,5 +5460,6 @@
     psDB            *dbh,               ///< Database handle
     psS32           *iteration,
-    char            **det_type
+    char            **det_type,
+    char            **state
 );
 
