aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-09-28 15:09:24 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-09-28 16:37:39 +0200
commit5d6bdadfca419c1d54d455e240743791e6cea44e (patch)
tree44df729735c6044936e37795fe089905672f51df /include
parentf13c584c057dd9866284deb2cb646e507df0b4bb (diff)
downloadPROJ-5d6bdadfca419c1d54d455e240743791e6cea44e.tar.gz
PROJ-5d6bdadfca419c1d54d455e240743791e6cea44e.zip
projinfo --list-crs / proj_get_crs_info_list_from_database(): make it work with IAU generic authority name
Diffstat (limited to 'include')
-rw-r--r--include/proj/io.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index eefec11e..47703442 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -922,7 +922,7 @@ class PROJ_GCC_DLL DatabaseContext {
const std::string &version,
std::string &versionedAuthNameOut);
- PROJ_INTERNAL std::vector<std::string>
+ PROJ_DLL std::vector<std::string>
getVersionedAuthoritiesFromName(const std::string &authName);
//! @endcond