aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 26420150..f511bf5b 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -731,6 +731,11 @@ class PROJ_GCC_DLL DatabaseContext {
PROJ_INTERNAL std::string getTextDefinition(const std::string &tableName,
const std::string &authName,
const std::string &code) const;
+
+ PROJ_INTERNAL std::vector<std::string>
+ getAllowedAuthorities(const std::string &sourceAuthName,
+ const std::string &targetAuthName) const;
+
//! @endcond
protected: