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