aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-14 12:51:23 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-14 12:51:23 +0100
commit4638b45730ab29b2891e57474fa9ee130d6b38a4 (patch)
tree616fc9dc30aad48eae25febe3ef552770677ef7d /src/proj.h
parentb2aa77f811dc0dd257afe3fccac49c62fcf039b2 (diff)
downloadPROJ-4638b45730ab29b2891e57474fa9ee130d6b38a4.tar.gz
PROJ-4638b45730ab29b2891e57474fa9ee130d6b38a4.zip
Rename proj_destroy_int_list to proj_int_list_destroy and proj_destroy_string_list to proj_string_list_destroy for consistency (refs #1198)
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proj.h b/src/proj.h
index b73414bc..3ea1ee68 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -673,7 +673,7 @@ PJ_OBJ_LIST PROJ_DLL *proj_obj_identify(PJ_CONTEXT *ctx,
const char* const *options,
int **out_confidence);
-void PROJ_DLL proj_destroy_int_list(int* list);
+void PROJ_DLL proj_int_list_destroy(int* list);
/* ------------------------------------------------------------------------- */
@@ -687,7 +687,7 @@ PROJ_STRING_LIST PROJ_DLL proj_get_codes_from_database(PJ_CONTEXT *ctx,
PJ_OBJ_TYPE type,
int allow_deprecated);
-void PROJ_DLL proj_destroy_string_list(PROJ_STRING_LIST list);
+void PROJ_DLL proj_string_list_destroy(PROJ_STRING_LIST list);
/* ------------------------------------------------------------------------- */