diff options
Diffstat (limited to 'src/include/utils/datetime.h')
-rw-r--r-- | src/include/utils/datetime.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 1f43ffbceaf..7623095f09c 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.38 2003/04/18 01:03:42 momjian Exp $ + * $Id: datetime.h,v 1.39 2003/05/18 01:06:26 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -290,6 +290,8 @@ extern bool ClearDateCache(bool newval, bool doit, bool interactive); extern int j2day(int jd); +extern int DecodePosixTimezone(char *str, int *tzp); + extern bool CheckDateTokenTables(void); #endif /* DATETIME_H */ |