Function gaiaFlushDbfHeader

Source
pub unsafe extern "C" fn gaiaFlushDbfHeader(dbf: gaiaDbfPtr)
Expand description

Writes into an output DBF File any required header / footer

\param dbf pointer to the DBF File object.

\sa gaiaAllocDbf, gaiaFreeDbf, gaiaOpenDbfRead, gaiaOpenDbfWrite, gaiaReadDbfEntity, gaiaWriteDbfEntity

\note forgetting to call gaiaFlushDbfHeader for any DBF File opened in \e write mode immediately before destroying the object, will surely cause severe file corruption.