Skip to content
Snippets Groups Projects
Commit f9a134b6 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add missing ecpg prototype for newly added functions.

parent f0299325
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ extern int PGTYPEStimestamp_sub(timestamp *, timestamp *, interval *); ...@@ -23,6 +23,8 @@ extern int PGTYPEStimestamp_sub(timestamp *, timestamp *, interval *);
extern int PGTYPEStimestamp_fmt_asc(timestamp *, char *, int, char *); extern int PGTYPEStimestamp_fmt_asc(timestamp *, char *, int, char *);
extern void PGTYPEStimestamp_current(timestamp *); extern void PGTYPEStimestamp_current(timestamp *);
extern int PGTYPEStimestamp_defmt_asc(char *, char *, timestamp *); extern int PGTYPEStimestamp_defmt_asc(char *, char *, timestamp *);
extern int PGTYPEStimestamp_add_interval(timestamp *tin, interval *span, timestamp *tout);
extern int PGTYPEStimestamp_sub_interval(timestamp *tin, interval *span, timestamp *tout);
#ifdef __cplusplus #ifdef __cplusplus
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment