diff options
Diffstat (limited to 'src/include/utils/dt.h')
-rw-r--r-- | src/include/utils/dt.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/utils/dt.h b/src/include/utils/dt.h index 10c229beb6a..5b93abac76f 100644 --- a/src/include/utils/dt.h +++ b/src/include/utils/dt.h @@ -8,7 +8,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dt.h,v 1.32 1998/09/01 04:38:59 momjian Exp $ + * $Id: dt.h,v 1.33 1998/10/08 18:30:50 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -315,14 +315,10 @@ extern void GetCurrentTime(struct tm * tm); extern DateTime SetDateTime(DateTime datetime); extern int tm2datetime(struct tm * tm, double fsec, int *tzp, DateTime *dt); extern int datetime2tm(DateTime dt, int *tzp, struct tm * tm, double *fsec, char **tzn); -extern int timespan2tm(TimeSpan span, struct tm * tm, float8 *fsec); -extern int tm2timespan(struct tm * tm, double fsec, TimeSpan *span); extern void j2date(int jd, int *year, int *month, int *day); extern int date2j(int year, int month, int day); -extern double time2t(const int hour, const int min, const double sec); - extern int ParseDateTime(char *timestr, char *lowstr, char **field, int *ftype, int maxfields, int *numfields); extern int DecodeDateTime(char **field, int *ftype, |