[Liblas-commits] r1087 - trunk/include/liblas/capi
liblas-commits at liblas.org
liblas-commits at liblas.org
Sun Mar 8 16:05:39 EDT 2009
Author: hobu
Date: Sun Mar 8 16:05:39 2009
New Revision: 1087
URL: http://liblas.org/changeset/1087
Log:
oops, missing LASSRS_Destroy
Modified:
trunk/include/liblas/capi/liblas.h
Modified: trunk/include/liblas/capi/liblas.h
==============================================================================
--- trunk/include/liblas/capi/liblas.h (original)
+++ trunk/include/liblas/capi/liblas.h Sun Mar 8 16:05:39 2009
@@ -1072,6 +1072,7 @@
LAS_DLL LASError LASSRS_SetProj4(LASSRSH hSRS, const char* value);
LAS_DLL LASSRSH LASHeader_GetSRS(const LASHeaderH hHeader);
LAS_DLL LASError LASHeader_SetSRS(LASHeaderH hHeader, const LASSRSH hSRS);
+LAS_DLL void LASSRS_Destroy(LASSRSH hSRS);
LAS_C_END
#endif
More information about the Liblas-commits
mailing list