diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-11 12:52:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-11 12:52:33 +0100 |
| commit | 665e9b60b4df97e17f82f036db0f6eecf87894b2 (patch) | |
| tree | 06728101d9b0b9bb7525639596b8b0796c412efc /src/proj.h | |
| parent | ac8452eea01b26e0fc263c1cf51cc7137dfda23c (diff) | |
| parent | 6faab2a0140955f6878b3d226e8a13028d1f79b3 (diff) | |
| download | PROJ-665e9b60b4df97e17f82f036db0f6eecf87894b2.tar.gz PROJ-665e9b60b4df97e17f82f036db0f6eecf87894b2.zip | |
Merge pull request #847 from kbevers/proj_strerrno
Add proj_errno_string function
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -349,6 +349,7 @@ int proj_errno (const PJ *P); int proj_errno_set (const PJ *P, int err); int proj_errno_reset (const PJ *P); int proj_errno_restore (const PJ *P, int err); +const char* proj_errno_string (int err); /* Scaling and angular distortion factors */ PJ_FACTORS proj_factors(PJ *P, PJ_COORD lp); |
