aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-02-11 18:50:53 +0100
committerGitHub <noreply@github.com>2020-02-11 18:50:53 +0100
commit595aafef26bc7878cb4d708cb682e4944e5f7fbb (patch)
treec862cb9d4206f3be8bc11b9f28855abe43cff018 /src/proj_internal.h
parenta10b5edfad805b1e09d88b31b953707412440b09 (diff)
parent29583196dfae2565a35c7a8759cc8a5640d6a2b1 (diff)
downloadPROJ-595aafef26bc7878cb4d708cb682e4944e5f7fbb.tar.gz
PROJ-595aafef26bc7878cb4d708cb682e4944e5f7fbb.zip
Merge pull request #1921 from rouault/pj_get_relative_share_proj
Use relative directory to locate PROJ resource files.
Diffstat (limited to 'src/proj_internal.h')
-rw-r--r--src/proj_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h
index 557c61cb..0cffb475 100644
--- a/src/proj_internal.h
+++ b/src/proj_internal.h
@@ -874,6 +874,7 @@ std::string PROJ_DLL pj_context_get_grid_cache_filename(PJ_CONTEXT *ctx);
// For use by projsync
std::string PROJ_DLL pj_context_get_user_writable_directory(PJ_CONTEXT *ctx, bool create);
void PROJ_DLL pj_context_set_user_writable_directory(PJ_CONTEXT* ctx, const std::string& path);
+std::string PROJ_DLL pj_get_relative_share_proj(PJ_CONTEXT *ctx);
/* classic public API */
#include "proj_api.h"