|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.51 2000/07/12 22:59:08 petere Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.52 2000/07/14 15:33:33 thomas Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
|
30 | 30 | #include"utils/datetime.h" |
31 | 31 |
|
32 | 32 | staticintDecodeNumber(intflen,char*field, |
33 | | -intfmask,int*tmask, |
34 | | -structtm*tm,double*fsec,int*is2digits); |
| 33 | +intfmask,int*tmask, |
| 34 | +structtm*tm,double*fsec,int*is2digits); |
35 | 35 | staticintDecodeNumberField(intlen,char*str, |
36 | | -intfmask,int*tmask, |
37 | | -structtm*tm,double*fsec,int*is2digits); |
| 36 | +intfmask,int*tmask, |
| 37 | +structtm*tm,double*fsec,int*is2digits); |
38 | 38 | staticintDecodeTime(char*str,intfmask,int*tmask, |
39 | | -structtm*tm,double*fsec); |
| 39 | +structtm*tm,double*fsec); |
40 | 40 | staticintDecodeTimezone(char*str,int*tzp); |
41 | 41 | staticdatetkn*datebsearch(char*key,datetkn*base,unsignedintnel); |
42 | 42 | staticintDecodeDate(char*str,intfmask,int*tmask,structtm*tm); |
|