diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2020-02-24 09:32:55 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2020-02-24 09:32:55 +0000 |
| commit | 9f1afa969a3a18bd2b8298968799c206c63d2a19 (patch) | |
| tree | 84d8bf3644da6398cd0abeed0a5435f9863d727c /scripts | |
| parent | 595686c3235a0c9a7fb05e3f4927a569963fcbc6 (diff) | |
| download | PROJ-9f1afa969a3a18bd2b8298968799c206c63d2a19.tar.gz PROJ-9f1afa969a3a18bd2b8298968799c206c63d2a19.zip | |
Expose proj_context_is_network_enabled() in C API
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/reference_exported_symbols.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index 01f8204b..50be8d8a 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -745,7 +745,6 @@ pj_compare_datums pj_context_get_grid_cache_filename(projCtx_t*) pj_context_get_url_endpoint(projCtx_t*) pj_context_get_user_writable_directory(projCtx_t*, bool) -pj_context_is_network_enabled(projCtx_t*) pj_context_set_user_writable_directory(projCtx_t*, std::string const&) pj_ctx_alloc pj_ctx_fclose @@ -834,6 +833,7 @@ proj_context_get_database_metadata proj_context_get_database_path proj_context_get_use_proj4_init_rules proj_context_guess_wkt_dialect +proj_context_is_network_enabled proj_context_set_autoclose_database proj_context_set_database_path proj_context_set_enable_network |
