Index: trunk/archive/pslib/include/psDateTime.h
===================================================================
--- trunk/archive/pslib/include/psDateTime.h	(revision 344)
+++ trunk/archive/pslib/include/psDateTime.h	(revision 396)
@@ -14,4 +14,13 @@
  *  \{
  */
+
+/** psTime is the time structure we will use throughout.  This needs to be revised.  If we end up wrapping
+    libTAI, then we'll probably just use their time struct.  But until then, we need this temporary
+    definition. */
+typedef struct {
+    long numSeconds;			///< Number of seconds from some defined epoch
+    double fracSeconds;			///< Fraction of seconds
+} psTime;
+
 
 /** Get current MJD, for a timestamp \ingroup AstroGroup */
