/*------------------------------------------------------------------------- * * cstore_customscan.h * * Forward declarations of functions to hookup the custom scan feature of * cstore. * * $Id$ * *------------------------------------------------------------------------- */ #ifndef CSTORE_FDW_CSTORE_CUSTOMSCAN_H #define CSTORE_FDW_CSTORE_CUSTOMSCAN_H void cstore_customscan_init(void); #endif /*CSTORE_FDW_CSTORE_CUSTOMSCAN_H */