aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/datetime.h
blob: dd5824a4668782c72760e5bf1ea0cb923806769c (plain)
1
2
3
4
5
6
7
8
9
#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H

#include <compatlib.h>

typedef timestamp dtime_t;
typedef interval intrvl_t;

#endif /* ndef _ECPG_DATETIME_H */