[][src]Function spatialite_sys::gaiaFlushShpHeaders

pub unsafe extern "C" fn gaiaFlushShpHeaders(shp: gaiaShapefilePtr)

Writes into an output Shapefile any required header / footer

\param shp pointer to the Shapefile object.

\sa gaiaAllocShapefile, gaiaFreeShapefile, gaiaOpenShpRead, gaiaOpenShpWrite, gaiaReadShpEntity, gaiaShpAnalyze, gaiaWriteShpEntity

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