Index: trunk/Ohana/src/relastro/include/relastro.h
===================================================================
--- trunk/Ohana/src/relastro/include/relastro.h	(revision 37038)
+++ trunk/Ohana/src/relastro/include/relastro.h	(revision 37261)
@@ -133,4 +133,12 @@
   int    Nmeas;
 } StatType;
+
+typedef struct {
+  off_t Nave;
+  off_t Npm;
+  off_t Npar;
+  off_t Nskip;
+  off_t Noffset;
+} FitStats;
 
 /* global variables set in parameter file */
@@ -535,2 +543,6 @@
 int areImagesLoaded ();
 int areImagesMatched ();
+
+int isGPC1chip (int photcode);
+int isGPC1stack (int photcode);
+int isGPC1warp (int photcode);
