aboutsummaryrefslogtreecommitdiff
path: root/src/pj_units.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_units.c')
-rw-r--r--src/pj_units.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pj_units.c b/src/pj_units.c
index 23372371..a544c6a0 100644
--- a/src/pj_units.c
+++ b/src/pj_units.c
@@ -32,3 +32,9 @@ pj_units[] = {
"ind-ch", "20.11669506", "Indian Chain",
(char *)0, (char *)0, (char *)0
};
+
+struct PJ_UNITS *pj_get_units_ref()
+
+{
+ return pj_units;
+}