aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2010-09-20 19:10:11 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2010-09-20 19:10:11 +0000
commit783043034627d9930f39a53a8a40fe7918b01e74 (patch)
treef6aeb22bf514fa55c8c18e7a8e41d95375aed896 /src/projects.h
parentf6fd69c3053963e5552ab1b98a7859b52f87430b (diff)
downloadPROJ-783043034627d9930f39a53a8a40fe7918b01e74.tar.gz
PROJ-783043034627d9930f39a53a8a40fe7918b01e74.zip
use pj_log, fix bug with apply_vgridshift
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1903 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h
index 2431b878..07fce9a4 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -418,6 +418,12 @@ void nad_free(struct CTABLE *);
/* higher level handling of datum grid shift files */
+int pj_apply_vgridshift( PJ *defn, const char *listname,
+ PJ_GRIDINFO ***gridlist_p,
+ int *gridlist_count_p,
+ int inverse,
+ long point_count, int point_offset,
+ double *x, double *y, double *z );
int pj_apply_gridshift_2( PJ *defn, int inverse,
long point_count, int point_offset,
double *x, double *y, double *z );