diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-23 19:45:20 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-02-24 10:32:24 +0100 |
| commit | 25f8c03774bd639af9e07f616211caada9d307f0 (patch) | |
| tree | 84d8bf3644da6398cd0abeed0a5435f9863d727c /src/proj_internal.h | |
| parent | 57595327b253f23ba4330fb1cda3d7bb66bbc81d (diff) | |
| download | PROJ-25f8c03774bd639af9e07f616211caada9d307f0.tar.gz PROJ-25f8c03774bd639af9e07f616211caada9d307f0.zip | |
Expose proj_context_is_network_enabled() in C API
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index 0cffb475..3f0f0e5f 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -861,9 +861,6 @@ PJ *pj_create_internal (PJ_CONTEXT *ctx, const char *definition); 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); - -// For use by projinfo std::string PROJ_DLL pj_context_get_url_endpoint(PJ_CONTEXT* ctx); void pj_load_ini(PJ_CONTEXT* ctx); |
