|
6 | 6 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.35 2004/03/22 01:38:18 tgl Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.36 2004/05/01 19:25:08 momjian Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -252,7 +252,7 @@ extern Datum now(PG_FUNCTION_ARGS);
|
252 | 252 | /* Internal routines (not fmgr-callable) */
|
253 | 253 |
|
254 | 254 | externinttm2timestamp(structtm*tm,fsec_tfsec,int*tzp,Timestamp*dt);
|
255 |
| -externinttimestamp2tm(Timestampdt,int*tzp,structtm*tm, |
| 255 | +externinttimestamp2tm(Timestampdt,int*tzp,structtm*tm, |
256 | 256 | fsec_t*fsec,char**tzn);
|
257 | 257 | externvoiddt2time(Timestampdt,int*hour,int*min,int*sec,fsec_t*fsec);
|
258 | 258 |
|
|