ossp-pkg/tai/tai_lib.c 1.2 -> 1.3
--- tai_lib.c 2002/04/24 09:07:24 1.2
+++ tai_lib.c 2002/04/29 19:24:41 1.3
@@ -37,26 +37,6 @@
#include "tai.h"
#include "tai_p.h"
-struct tai_st {
- int tai_sec; /* seconds after the minute [0-61] */
- int tai_min; /* minutes after the hour [0-59] */
- int tai_hour; /* hours since midnight [0-23] */
- int tai_mday; /* day of the month [1-31] */
- int tai_mon; /* months since January [0-11] */
- int tai_year; /* years since 1900 */
- int tai_wday; /* days since Sunday [0-6] */
- int tai_yday; /* days since January 1 [0-365] */
- int tai_isdst; /* Daylight Savings Time flag */
- long tai_gmtoff; /* offset from CUT in seconds */
- char *tai_zone; /* timezone abbreviation */
-#if 0
- int sign;
- unsigned long long sec;
- unsigned long nsec;
- unsigned long asec;
-#endif
-};
-
tai_rc_t tai_create(tai_t **ptai)
{
tai_t *tai;
|
|