aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index 4024ddfc..4a3e4c59 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -755,6 +755,9 @@ typedef struct PJ_OBJ_LIST PJ_OBJ_LIST;
void PROJ_DLL proj_string_list_destroy(PROJ_STRING_LIST list);
+void PROJ_DLL proj_context_set_autoclose_database(PJ_CONTEXT *ctx,
+ int autoclose);
+
int PROJ_DLL proj_context_set_database_path(PJ_CONTEXT *ctx,
const char *dbPath,
const char *const *auxDbPaths,