Index: trunk/Ohana/src/relastro/include/relastro.h
===================================================================
--- trunk/Ohana/src/relastro/include/relastro.h	(revision 31160)
+++ trunk/Ohana/src/relastro/include/relastro.h	(revision 31635)
@@ -131,4 +131,6 @@
 int           NphotcodesGroupA,  NphotcodesGroupB;
 PhotCode     **photcodesGroupA, **photcodesGroupB;
+char          WHERE_A[10000],          WHERE_B[10000];
+SkyRegionSelection SELECTION;
 
 int AreaSelect;
@@ -361,2 +363,8 @@
 
 int GetScatterRawRef(float *dLsig, float *dMsig, float *dRsig, int *nKeep, StarData *raw, StarData *ref, int Nstars, float SigmaLimit);
+
+int initializeConstraints();
+int applyConstraintsA();
+int applyConstraintsB();
+void setupAreaSelection(SkyRegion *region);
+
