aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-03-11 12:52:33 +0100
committerGitHub <noreply@github.com>2018-03-11 12:52:33 +0100
commit665e9b60b4df97e17f82f036db0f6eecf87894b2 (patch)
tree06728101d9b0b9bb7525639596b8b0796c412efc /src/proj.h
parentac8452eea01b26e0fc263c1cf51cc7137dfda23c (diff)
parent6faab2a0140955f6878b3d226e8a13028d1f79b3 (diff)
downloadPROJ-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index 4da78351..0025f3ad 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -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);