blob: 9548c2959f0343eba1aba0d67176bbd362dac2b5 [file] [log] [blame]
/*
* cdboid.h
*
*
*/
#ifndef CDBOID_H
#define CDBOID_H
/*
* External declarations
*/
extern Datum cdb_get_oid(PG_FUNCTION_ARGS);
extern Datum cdb_set_oid(PG_FUNCTION_ARGS);
#endif /* CDBOID_H */