Index: trunk/Ohana/src/dvomerge/include/dvomerge.h
===================================================================
--- trunk/Ohana/src/dvomerge/include/dvomerge.h	(revision 34260)
+++ trunk/Ohana/src/dvomerge/include/dvomerge.h	(revision 34277)
@@ -42,4 +42,5 @@
   unsigned int *old;
   unsigned int *new;
+  char *notFound;
 } IDmapType;
 
@@ -128,2 +129,3 @@
 int        IDmapSave               PROTO((char *filename, IDmapType *IDmap));
 IDmapType *IDmapLoad               PROTO((char *filename));
+int        create_IDmap_lookup     PROTO((IDmapType *IDmap));
