aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index 90a11739..75c46fc8 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -1157,6 +1157,11 @@ PJ PROJ_DLL *proj_list_get(PJ_CONTEXT *ctx,
void PROJ_DLL proj_list_destroy(PJ_OBJ_LIST *result);
+int PROJ_DLL proj_get_suggested_operation(PJ_CONTEXT *ctx,
+ PJ_OBJ_LIST *operations,
+ PJ_DIRECTION direction,
+ PJ_COORD coord);
+
/* ------------------------------------------------------------------------- */
PJ PROJ_DLL *proj_crs_get_geodetic_crs(PJ_CONTEXT *ctx, const PJ *crs);