github.com/cellofellow/gopkg@v0.0.0-20140722061823-eec0544a62ad/image/gdal/go_gdal.h (about)

     1  // Copyright 2011 go-gdal. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  #ifndef GO_GDAL_H_
     6  #define GO_GDAL_H_
     7  
     8  #include <gdal.h>
     9  #include <cpl_conv.h>
    10  
    11  // transform GDALProgressFunc to go func
    12  GDALProgressFunc goGDALProgressFuncProxyB();
    13  
    14  #endif // GO_GDAL_H_
    15  
    16