Add ECPGd_cardinality to end of enum list so ecpg compiles.

This commit is contained in:
Bruce Momjian 2001-08-21 15:24:07 +00:00
parent 9bee8a1fd9
commit f00caec541

View File

@ -67,6 +67,7 @@ extern "C"
ECPGd_ret_octet,
ECPGd_scale,
ECPGd_type,
ECPGd_cardinality,
ECPGd_EODT /* End of descriptor types. */
};