diff options
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 bbadb376..0cc99c81 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -899,6 +899,8 @@ void pj_freeup_plain (PJ *P); PJ* pj_init_ctx_with_allow_init_epsg( projCtx_t *ctx, int argc, char **argv, int allow_init_epsg ); +std::string PROJ_DLL pj_add_type_crs_if_needed(const std::string& str); + /* classic public API */ #include "proj_api.h" |
