Index: trunk/Ohana/src/getstar/include/getstar.h
===================================================================
--- trunk/Ohana/src/getstar/include/getstar.h	(revision 4828)
+++ trunk/Ohana/src/getstar/include/getstar.h	(revision 6239)
@@ -2,4 +2,13 @@
 # include <dvo.h>
 # include <signal.h>
+
+enum {
+  BY_NOTHING,
+  BY_REGION,
+  BY_RADIUS,
+  BY_CATALOG,
+  BY_IMAGE,
+  BY_IMMATCH,
+};
 
 typedef struct {
@@ -17,4 +26,5 @@
 
 /* global variables set in parameter file */
+# if (0)
 char   ImageCat[256];
 char   ImageTemplate[256];
@@ -26,9 +36,14 @@
 double DEFAULT_RADIUS, NSIGMA, SNLIMIT;
 double ZeroPt;
-int    VERBOSE;
 int    SKIP_MISSED;
 int    XOVERSCAN, YOVERSCAN;
 int    XMIN, XMAX, YMIN, YMAX;
 int    ACCEPT_ASTROM;
+# endif
+
+int    VERBOSE;
+int    MODE;
+SkyRegion REGION;
+char *IMAGENAME;
 
 PhotCode *thiscode;
