Index: trunk/Ohana/src/opihi/include/dvoshell.h
===================================================================
--- trunk/Ohana/src/opihi/include/dvoshell.h	(revision 16810)
+++ trunk/Ohana/src/opihi/include/dvoshell.h	(revision 16936)
@@ -23,4 +23,12 @@
 /* measure fields */
 enum {MEAS_ZERO, 
+      MEAS_GLON, 
+      MEAS_GLAT, 
+      MEAS_GLON_AVE, 
+      MEAS_GLAT_AVE,
+      MEAS_ELON, 
+      MEAS_ELAT, 
+      MEAS_ELON_AVE, 
+      MEAS_ELAT_AVE,
       MEAS_RA, 
       MEAS_DEC, 
@@ -84,4 +92,8 @@
       AVE_RA_ERR, 
       AVE_DEC_ERR, 
+      AVE_GLON, 
+      AVE_GLAT, 
+      AVE_ELON, 
+      AVE_ELAT, 
       AVE_U_RA, 
       AVE_U_DEC, 
@@ -241,3 +253,10 @@
 int wordhash (char *word);
 
+int dbExtractAverageInitTransform (CoordTransformSystem target);
+int dbExtractAverageInit ();
+
+int dbExtractMeasuresInitTransform (CoordTransformSystem target);
+int dbExtractMeasuresInitAve ();
+int dbExtractMeasuresInitMeas ();
+
 # endif
