Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 3712)
+++ trunk/psLib/src/astro/psTime.h	(revision 3713)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-19 02:13:53 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-19 02:44:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -43,4 +43,13 @@
     PS_TIME_TT,         ///< Terrestrial Time
 } psTimeType;
+
+/** Time Bulletin type
+ *
+ * Enumeration for psTimeBulletin type, A or B.
+ */
+typedef enum {
+    PS_IERS_A,          ///< IERS Bulletin A
+    PS_IERS_B,          ///< IERS Bulletin B
+} psTimeBulletin;
 
 /** Definition of psTime.
