diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-15 00:51:46 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-12-15 01:13:43 +0100 |
| commit | 244a24104ded3a4573aeffa32160af21f76cbce6 (patch) | |
| tree | f3a11529172719657cf7576e062e45e0f9452db5 /scripts/reference_exported_symbols.txt | |
| parent | 1e9894b0e2b161e61546672bccb85a9ef21df541 (diff) | |
| download | PROJ-244a24104ded3a4573aeffa32160af21f76cbce6.tar.gz PROJ-244a24104ded3a4573aeffa32160af21f76cbce6.zip | |
Revise error codes to have a reduced set exposed in the public API.
Fixes #2482
And also add proj_context_errno_string()
Revise gie 'expect failure errno XXXX' strings
Diffstat (limited to 'scripts/reference_exported_symbols.txt')
| -rw-r--r-- | scripts/reference_exported_symbols.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/reference_exported_symbols.txt b/scripts/reference_exported_symbols.txt index 167b8a27..a5fd41ca 100644 --- a/scripts/reference_exported_symbols.txt +++ b/scripts/reference_exported_symbols.txt @@ -784,6 +784,7 @@ proj_context_create proj_context_delete_cpp_context(projCppContext*) proj_context_destroy proj_context_errno +proj_context_errno_string proj_context_get_database_metadata proj_context_get_database_path proj_context_get_url_endpoint @@ -992,7 +993,7 @@ proj_list_get_count proj_list_operations proj_list_prime_meridians proj_list_units -proj_log_error(PJconsts*, char const*, ...) +proj_log_error(PJconsts const*, char const*, ...) proj_log_func proj_log_level proj_lp_dist |
