diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-27 20:38:40 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-27 20:38:40 +0100 |
| commit | 15814256e2fbbc2702422fd3d09d3a0f6be60006 (patch) | |
| tree | 93b2016db24e875ccebb43abcd2de43a41d1f698 /src/proj_internal.h | |
| parent | ea6245ea32f0b0ee414c22951b1f5dc4048782de (diff) | |
| download | PROJ-15814256e2fbbc2702422fd3d09d3a0f6be60006.tar.gz PROJ-15814256e2fbbc2702422fd3d09d3a0f6be60006.zip | |
projinfo: add --remote-data switch
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index a587c037..69d583fc 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -863,7 +863,8 @@ PJ *pj_create_argv_internal (PJ_CONTEXT *ctx, int argc, char **argv); // For use by projinfo bool PROJ_DLL pj_context_is_network_enabled(PJ_CONTEXT* ctx); -std::string pj_context_get_url_endpoint(PJ_CONTEXT* ctx); +// For use by projinfo +std::string PROJ_DLL pj_context_get_url_endpoint(PJ_CONTEXT* ctx); void pj_load_ini(PJ_CONTEXT* ctx); |
