ecpg: Move function prototype into header file
Peter Eisentraut <peter_e@gmx.net>
ecpg: Move function prototype into header file PGTYPEStimestamp_defmt_scan() was declared twice inside different .c files, with slightly different prototypes. Move it into a header file and correct the prototype.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/pgtypeslib/dt_common.c | modified | +0 −3 |
| src/interfaces/ecpg/pgtypeslib/dt.h | modified | +4 −0 |
| src/interfaces/ecpg/pgtypeslib/timestamp.c | modified | +0 −3 |