diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2010-06-11 02:29:04 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2010-06-11 02:29:04 +0000 |
| commit | 02b4b8db7f5d3ce59baca4a38b8059538ccf3217 (patch) | |
| tree | c26ef04d35f3de414cdbfbd8413b6c002d17d7a0 /src/proj.def | |
| parent | ec678c07c2acb83da8a2187c541b8a2e452dec4b (diff) | |
| download | PROJ-02b4b8db7f5d3ce59baca4a38b8059538ccf3217.tar.gz PROJ-02b4b8db7f5d3ce59baca4a38b8059538ccf3217.zip | |
update to build with vgrid and ctx changes
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1855 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/proj.def')
| -rw-r--r-- | src/proj.def | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/proj.def b/src/proj.def index 5170f927..08b6ee5f 100644 --- a/src/proj.def +++ b/src/proj.def @@ -39,3 +39,18 @@ EXPORTS pj_param @37 pj_ell_set @38 pj_mkparam @39 + pj_init_ctx @40 + pj_init_plus_ctx @41 + pj_get_default_ctx @42 + pj_get_ctx @43 + pj_set_ctx @44 + pj_ctx_alloc @45 + pj_ctx_free @46 + pj_ctx_get_errno @47 + pj_ctx_set_errno @48 + pj_ctx_set_debug @49 + pj_ctx_set_logger @50 + pj_ctx_set_app_data @51 + pj_ctx_get_app_data @52 + pj_log @53 + |
