aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index 49bf991c..0f78271a 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -1188,6 +1188,12 @@ PJ_OBJ_LIST PROJ_DLL *proj_identify(PJ_CONTEXT *ctx,
const char* const *options,
int **out_confidence);
+PROJ_STRING_LIST PROJ_DLL proj_get_geoid_models_from_database(
+ PJ_CONTEXT *ctx,
+ const char *auth_name,
+ const char *code,
+ const char *const *options);
+
void PROJ_DLL proj_int_list_destroy(int* list);
/* ------------------------------------------------------------------------- */