aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2018-02-11 00:42:05 +0100
committerGitHub <noreply@github.com>2018-02-11 00:42:05 +0100
commite1a213b2d9a29d86b89547781a2e27d5fd01f111 (patch)
tree0e7fc98a751e16cef732cfe5e07a7d37900165e8 /src/proj.h
parent2cca9ead11be47f6efd0ab504cf2e9020b85fa80 (diff)
downloadPROJ-e1a213b2d9a29d86b89547781a2e27d5fd01f111.tar.gz
PROJ-e1a213b2d9a29d86b89547781a2e27d5fd01f111.zip
Add proj_context_errno to API and missing proj_geod to proj.def (#791)
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 8997965e..133f1412 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -344,6 +344,7 @@ PJ_COORD proj_geod (const PJ *P, PJ_COORD a, PJ_COORD b);
/* Set or read error level */
+int proj_context_errno (PJ_CONTEXT *ctx);
int proj_errno (const PJ *P);
int proj_errno_set (const PJ *P, int err);
int proj_errno_reset (const PJ *P);