diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-14 12:51:23 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-14 12:51:23 +0100 |
| commit | 4638b45730ab29b2891e57474fa9ee130d6b38a4 (patch) | |
| tree | 616fc9dc30aad48eae25febe3ef552770677ef7d /src/proj.h | |
| parent | b2aa77f811dc0dd257afe3fccac49c62fcf039b2 (diff) | |
| download | PROJ-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); /* ------------------------------------------------------------------------- */ |
