diff options
| author | Alan D. Snow <alansnow21@gmail.com> | 2020-10-19 10:20:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 17:20:27 +0200 |
| commit | 084f5f6cb39b3732c4cd930ebffcff86cdb24932 (patch) | |
| tree | b6e3d9bd87eecafbfe0f6f2634c4db9d00bc8e05 /scripts | |
| parent | 85137d93549f2bb3dfe4fcfd371a0f1925e26417 (diff) | |
| download | PROJ-084f5f6cb39b3732c4cd930ebffcff86cdb24932.tar.gz PROJ-084f5f6cb39b3732c4cd930ebffcff86cdb24932.zip | |
C API: add proj_context_clone() (#2383)
Fixes #2382
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/reference_exported_symbols.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index 72db3fd3..8db49a95 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -833,6 +833,7 @@ proj_cleanup proj_clone proj_concatoperation_get_step proj_concatoperation_get_step_count +proj_context_clone proj_context_create proj_context_delete_cpp_context(projCppContext*) proj_context_destroy |
