Index: trunk/psLib/src/astronomy/psTime.h
===================================================================
--- trunk/psLib/src/astronomy/psTime.h	(revision 2048)
+++ trunk/psLib/src/astronomy/psTime.h	(revision 2179)
@@ -54,6 +54,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-12 01:34:09 $
+ *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-20 20:05:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -100,4 +100,15 @@
 psTime;
 
+/** Allocate time struct.
+ *
+ * Allocates an empty time struct. User must specify the psTimeType (PS_TIME_TAI or PS_TIME_UTC) in the argument.
+ * The seconds and microseconds members of the struct are set to zero.
+ *
+ * @return  psTime*: Struct with empty time.
+ */
+psTime* psTimeAlloc(
+    psTimeType type                     ///< Type of time to create (UTC or TAI).
+);
+
 /** Get current time.
  *
