Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f9a134b

Browse files
committed
Add missing ecpg prototype for newly added functions.
1 parent f029932 commit f9a134b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/interfaces/ecpg/include/pgtypes_timestamp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ extern int PGTYPEStimestamp_sub(timestamp *, timestamp *, interval *);
2323
extern int PGTYPEStimestamp_fmt_asc(timestamp *, char *, int, char *);
2424
extern void PGTYPEStimestamp_current(timestamp *);
2525
extern int PGTYPEStimestamp_defmt_asc(char *, char *, timestamp *);
26+
extern int PGTYPEStimestamp_add_interval(timestamp *tin, interval *span, timestamp *tout);
27+
extern int PGTYPEStimestamp_sub_interval(timestamp *tin, interval *span, timestamp *tout);
2628

2729
#ifdef __cplusplus
2830
}

0 commit comments

Comments
 (0)