diff options
Diffstat (limited to 'src/proj_experimental.h')
| -rw-r--r-- | src/proj_experimental.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proj_experimental.h b/src/proj_experimental.h index 9c72dbfe..292a3baf 100644 --- a/src/proj_experimental.h +++ b/src/proj_experimental.h @@ -892,6 +892,12 @@ PJ_OBJ PROJ_DLL *proj_obj_create_conversion_equal_earth( /**@}*/ +/*! @cond Doxygen_Suppress */ + +void PROJ_DLL proj_assign_context( PJ* pj, PJ_CONTEXT* ctx ); + +/*! @endcond */ + #ifdef __cplusplus } #endif |
