Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 4944)
+++ trunk/psLib/src/astro/psTime.h	(revision 5015)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-02 21:32:03 $
+ *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-13 01:09:58 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -26,4 +26,5 @@
 #include "psType.h"
 #include "psImage.h"
+#include "psLookupTable.h"
 #include "psCoord.h"
 
@@ -360,4 +361,12 @@
 char* p_psGetConfigFileName();
 
+psF64 p_psTimeSearchTables(
+    psF64 index,
+    psU64 column,
+    char *metadataTableNames[],
+    psU32 nTables,
+    psLookupStatusType* status
+);
+
 /// @}
 
