Index: trunk/ippdb/src/ippdb.h
===================================================================
--- trunk/ippdb/src/ippdb.h	(revision 17833)
+++ trunk/ippdb/src/ippdb.h	(revision 17872)
@@ -134,4 +134,5 @@
     char            *telescope;
     char            *uri;
+    psTime*         epoch;
 } pzDataStoreRow;
 
@@ -144,5 +145,6 @@
     const char      *camera,
     const char      *telescope,
-    const char      *uri
+    const char      *uri,
+    psTime*         epoch
 );
 
@@ -176,5 +178,6 @@
     const char      *camera,
     const char      *telescope,
-    const char      *uri
+    const char      *uri,
+    psTime*         epoch
 );
 
@@ -340,4 +343,5 @@
     psS32           imfiles;
     psS16           fault;
+    psTime*         epoch;
 } summitExpRow;
 
@@ -355,5 +359,6 @@
     const char      *uri,
     psS32           imfiles,
-    psS16           fault
+    psS16           fault,
+    psTime*         epoch
 );
 
@@ -392,5 +397,6 @@
     const char      *uri,
     psS32           imfiles,
-    psS16           fault
+    psS16           fault,
+    psTime*         epoch
 );
 
@@ -557,4 +563,5 @@
     char            *class_id;
     char            *uri;
+    psTime*         epoch;
 } summitImfileRow;
 
@@ -573,5 +580,6 @@
     const char      *class,
     const char      *class_id,
-    const char      *uri
+    const char      *uri,
+    psTime*         epoch
 );
 
@@ -611,5 +619,6 @@
     const char      *class,
     const char      *class_id,
-    const char      *uri
+    const char      *uri,
+    psTime*         epoch
 );
 
@@ -771,4 +780,5 @@
     char            *telescope;
     char            *state;
+    psTime*         epoch;
 } pzDownloadExpRow;
 
@@ -782,5 +792,6 @@
     const char      *camera,
     const char      *telescope,
-    const char      *state
+    const char      *state,
+    psTime*         epoch
 );
 
@@ -815,5 +826,6 @@
     const char      *camera,
     const char      *telescope,
-    const char      *state
+    const char      *state,
+    psTime*         epoch
 );
 
@@ -978,4 +990,5 @@
     char            *uri;
     psS16           fault;
+    psTime*         epoch;
 } pzDownloadImfileRow;
 
@@ -992,5 +1005,6 @@
     const char      *class_id,
     const char      *uri,
-    psS16           fault
+    psS16           fault,
+    psTime*         epoch
 );
 
@@ -1028,5 +1042,6 @@
     const char      *class_id,
     const char      *uri,
-    psS16           fault
+    psS16           fault,
+    psTime*         epoch
 );
 
@@ -1196,4 +1211,5 @@
     char            *end_stage;
     char            *label;
+    psTime*         epoch;
 } newExpRow;
 
@@ -1215,5 +1231,6 @@
     const char      *tess_id,
     const char      *end_stage,
-    const char      *label
+    const char      *label,
+    psTime*         epoch
 );
 
@@ -1256,5 +1273,6 @@
     const char      *tess_id,
     const char      *end_stage,
-    const char      *label
+    const char      *label,
+    psTime*         epoch
 );
 
@@ -1415,4 +1433,5 @@
     char            *tmp_class_id;
     char            *uri;
+    psTime*         epoch;
 } newImfileRow;
 
@@ -1425,5 +1444,6 @@
     psS64           exp_id,
     const char      *tmp_class_id,
-    const char      *uri
+    const char      *uri,
+    psTime*         epoch
 );
 
@@ -1457,5 +1477,6 @@
     psS64           exp_id,
     const char      *tmp_class_id,
-    const char      *uri
+    const char      *uri,
+    psTime*         epoch
 );
 
@@ -1670,4 +1691,5 @@
     char            *hostname;
     psS16           fault;
+    psTime*         epoch;
 } rawExpRow;
 
@@ -1734,5 +1756,6 @@
     psF32           solang,
     const char      *hostname,
-    psS16           fault
+    psS16           fault,
+    psTime*         epoch
 );
 
@@ -1820,5 +1843,6 @@
     psF32           solang,
     const char      *hostname,
-    psS16           fault
+    psS16           fault,
+    psTime*         epoch
 );
 
@@ -2029,4 +2053,5 @@
     char            *hostname;
     psS16           fault;
+    psTime*         epoch;
 } rawImfileRow;
 
@@ -2089,5 +2114,6 @@
     const char      *object,
     const char      *hostname,
-    psS16           fault
+    psS16           fault,
+    psTime*         epoch
 );
 
@@ -2171,5 +2197,6 @@
     const char      *object,
     const char      *hostname,
-    psS16           fault
+    psS16           fault,
+    psTime*         epoch
 );
 
