Index: trunk/Ohana/src/dvomerge/include/dvomerge.h
===================================================================
--- trunk/Ohana/src/dvomerge/include/dvomerge.h	(revision 39314)
+++ trunk/Ohana/src/dvomerge/include/dvomerge.h	(revision 39329)
@@ -41,4 +41,6 @@
 int    REPLACE_TYCHO;
 int    FORCE_MERGE;
+int    ALLOW_MISSING_INPUT_IMAGES;
+
 int    MAX_CLIENTS;
 char  *ALTERNATE_PHOTCODE_FILE;
@@ -53,4 +55,6 @@
 
 int    MATCHED_TABLES;
+int    RESET_STARPAR;
+
 int    REPAIR_BY_OBJID;
 
@@ -74,5 +78,7 @@
   unsigned int *old;
   unsigned int *new;
-  char *notFound;
+  unsigned int  oldIDmax;
+  int *notFoundMeasure;
+  int *notFoundLensing;
 } IDmapType;
 
@@ -222,4 +228,5 @@
 IDmapType *IDmapLoad               PROTO((char *filename));
 int        create_IDmap_lookup     PROTO((IDmapType *IDmap));
+void       dvo_report_image_IDs    PROTO((IDmapType *IDmap));
 
 // dvomerge history functions
@@ -267,2 +274,3 @@
 
 char **load_cptlist (char *filename, int *nlist);
+int ResetStarPar (Catalog *catalog);
