Index: trunk/Ohana/src/opihi/include/dvo1.h
===================================================================
--- trunk/Ohana/src/opihi/include/dvo1.h	(revision 4805)
+++ trunk/Ohana/src/opihi/include/dvo1.h	(revision 5144)
@@ -22,4 +22,19 @@
   double RA0, RA1, DEC0, DEC1;
 } RegionFile;
+
+typedef struct {
+  double X;
+  double Y;
+  double R;
+  double D;
+  double M, dM;
+  char   dophot;
+  double sky;
+  double fx, fy, df;
+  double Mgal, Map;
+  int found;
+  short int code;
+  e_time t;
+} CMPstars;
 
 /*** dvo prototypes ***/
@@ -73,4 +88,6 @@
 void          sort_images           PROTO((Image *image, int N));
 void          sortave               PROTO((Average *ave, int N));
+CMPstars *cmpReadFits (FILE *f, int *nstars);
+CMPstars *cmpReadText (FILE *f, int *nstars);
 
 # endif
