Index: trunk/Ohana/src/opihi/include/dvoshell.h
===================================================================
--- trunk/Ohana/src/opihi/include/dvoshell.h	(revision 14401)
+++ trunk/Ohana/src/opihi/include/dvoshell.h	(revision 14590)
@@ -42,6 +42,4 @@
       MEAS_NMEAS, 
       MEAS_NMISS, 
-      MEAS_NPHOT, 
-      MEAS_NCODE, 
       MEAS_OBJFLAGS, 
       MEAS_MAG, 
@@ -170,5 +168,4 @@
 Image        *LoadImages            PROTO((int *Nimage));
 Image        *MatchImage            PROTO((unsigned int time, short int source));
-Image        *MatchImage            PROTO((unsigned int time, short int source));
 Coords       *MatchMosaic           PROTO((unsigned int time, short int source));
 int           Quality               PROTO((Measure *measure, int IsDophot));
@@ -227,3 +224,10 @@
 char        *strfloat               PROTO((float value));
 
+int get_skyregion (double *Rs, double *Re, double *Ds, double *De);
+int set_skyregion (double Rs, double Re, double Ds, double De);
+void FreeImageSelection ();
+
+void FreeSkyRegionSelection (SkyRegionSelection *selection);
+int wordhash (char *word);
+
 # endif
