diff options
Diffstat (limited to 'src/include/utils/datetime.h')
-rw-r--r-- | src/include/utils/datetime.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 57960c7699f..31d43636dc9 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.24 2001/10/25 05:50:10 momjian Exp $ + * $Id: datetime.h,v 1.25 2001/10/28 06:26:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -281,4 +281,5 @@ extern int DecodeUnits(int field, char *lowtoken, int *val); extern void ClearDateCache(bool); extern int j2day(int jd); + #endif /* DATETIME_H */ |