From 2247841879faebe007ccade45d04027361d5d26c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 13 Mar 2020 11:24:41 +0100 Subject: Tag proj_list_units() as deprecated --- src/units.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/units.cpp') diff --git a/src/units.cpp b/src/units.cpp index 34a71db1..36f2d4c7 100644 --- a/src/units.cpp +++ b/src/units.cpp @@ -36,6 +36,12 @@ pj_units[] = { {nullptr, nullptr, nullptr, 0.0} }; +// For internal use +const PJ_UNITS *pj_list_linear_units() +{ + return pj_units; +} + const PJ_UNITS *proj_list_units() { return pj_units; -- cgit v1.2.3