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 0cb3c1c5..4024ddfc 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -945,6 +945,11 @@ void PROJ_DLL proj_operation_factory_context_set_allowed_intermediate_crs(
PJ_OPERATION_FACTORY_CONTEXT *factory_ctx,
const char* const *list_of_auth_name_codes);
+void PROJ_DLL proj_operation_factory_context_set_discard_superseded(
+ PJ_CONTEXT *ctx,
+ PJ_OPERATION_FACTORY_CONTEXT *factory_ctx,
+ int discard);
+
/* ------------------------------------------------------------------------- */