Index: trunk/Ohana/src/gastro2/include/gastro2.h
===================================================================
--- trunk/Ohana/src/gastro2/include/gastro2.h	(revision 2442)
+++ trunk/Ohana/src/gastro2/include/gastro2.h	(revision 3413)
@@ -11,4 +11,19 @@
   int type;
 } StarData;
+
+typedef struct {
+  float X;
+  float Y;
+  float M;
+  float dM;
+  float Mgal;
+  float Map;
+  float sky;
+  float fx;
+  float fy;
+  float df;
+  char  dophot;
+  char  dummy[3];
+} Stars;
 
 typedef struct {
