Diff for /xmil/calendar.h between versions 1.2 and 1.3

version 1.2, 2004/08/05 11:30:12 version 1.3, 2004/08/12 14:03:14
Line 11  extern "C" { Line 11  extern "C" {
   
 extern  _CALENDAR       cal;  extern  _CALENDAR       cal;
   
 void calendar_initialize(void);  
 void calendar_inc(void);  void neitem_rtc(UINT id);
   
 void calendar_getdate(UINT8 *bcd);  void calendar_getdate(UINT8 *bcd);
 void calendar_setdate(const UINT8 *bcd);  void calendar_setdate(const UINT8 *bcd);
 void calendar_gettime(UINT8 *bcd);  void calendar_gettime(UINT8 *bcd);
 void calendar_settime(const UINT8 *bcd);  void calendar_settime(const UINT8 *bcd);
   
   void calendar_reset(void);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>