aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-01 23:20:33 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-01 23:20:33 +0100
commitccae82ec36d9c5177e3fd24d8d04a1d4c5f7e1ab (patch)
treed7b39ab3115804ef1b1f92597c83b9cf4400b64c /src/proj.h
parentc81ad96aa079aac30a4361df11a3ba51a7ac843a (diff)
downloadPROJ-ccae82ec36d9c5177e3fd24d8d04a1d4c5f7e1ab.tar.gz
PROJ-ccae82ec36d9c5177e3fd24d8d04a1d4c5f7e1ab.zip
C API: rename parameter to reflect its output status
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj.h b/src/proj.h
index 18731328..c41a2770 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -658,7 +658,7 @@ PJ_OBJ_LIST PROJ_DLL *proj_obj_identify(PJ_CONTEXT *ctx,
const PJ_OBJ* obj,
const char *auth_name,
const char* const *options,
- int **confidence);
+ int **out_confidence);
void PROJ_DLL proj_free_int_list(int* list);