aboutsummaryrefslogtreecommitdiff
path: root/src/units.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/units.cpp')
-rw-r--r--src/units.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/units.cpp b/src/units.cpp
index 36f2d4c7..53f43163 100644
--- a/src/units.cpp
+++ b/src/units.cpp
@@ -58,6 +58,12 @@ pj_angular_units[] = {
{nullptr, nullptr, nullptr, 0.0}
};
+// For internal use
+const PJ_UNITS *pj_list_angular_units()
+{
+ return pj_angular_units;
+}
+
const PJ_UNITS *proj_list_angular_units()
{
return pj_angular_units;