diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-13 11:24:41 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-13 11:45:47 +0100 |
| commit | 2247841879faebe007ccade45d04027361d5d26c (patch) | |
| tree | 740a420dc2d28ce5ec567bf7983c1ce9ce99145a /src/proj_internal.h | |
| parent | 35425763e70b70f7efc9a5c9616695369609553f (diff) | |
| download | PROJ-2247841879faebe007ccade45d04027361d5d26c.tar.gz PROJ-2247841879faebe007ccade45d04027361d5d26c.zip | |
Tag proj_list_units() as deprecated
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index 8f73200d..78aff49f 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -873,6 +873,8 @@ std::string PROJ_DLL pj_context_get_user_writable_directory(PJ_CONTEXT *ctx, boo 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); +const PJ_UNITS *pj_list_linear_units(); + /* classic public API */ #include "proj_api.h" |
