1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.

- Added protecting defines to include files.
This commit is contained in:
Michael Meskes
2003-09-20 09:10:09 +00:00
parent f72a93b4c9
commit f604b39c2f
10 changed files with 42 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H
#include <pgtypes_timestamp.h>
#include <pgtypes_interval.h>
@@ -11,3 +14,5 @@ extern int dttoasc(dtime_t *, char *);
extern int dttofmtasc(dtime_t *, char *, int, char *);
extern int intoasc(intrvl_t *, char *);
extern int dtcvfmtasc(char *, char *, dtime_t *);
#endif /* ndef _ECPG_DATETIME_H */