From 5e3aba396b114fa4bb3cd787acfc000f6792c078 Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Mon, 20 Apr 2020 03:03:41 -0500 Subject: Moved proj_context_get_url_endpoint & proj_context_get_user_writable_directory to proj.h (#2162) Fixes #2028 --- scripts/reference_exported_symbols.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index 674abfed..f38d708b 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -745,8 +745,8 @@ pj_cleanup_lock pj_clear_initcache 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) +proj_context_get_url_endpoint(projCtx_t*) +proj_context_get_user_writable_directory(projCtx_t*, int) pj_context_set_user_writable_directory(projCtx_t*, std::string const&) pj_ctx_alloc pj_ctx_fclose -- cgit v1.2.3