Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2958)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2959)
@@ -4,4 +4,10 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2004/01/29: Abelardo Moralejo
+
+   * mfileio/MWriteFile.h
+     - added missing declaration of ReInit
+
+
  2004/01/29: Thomas Bretz
 
Index: trunk/MagicSoft/Mars/mfileio/MWriteFile.h
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MWriteFile.h	(revision 2958)
+++ trunk/MagicSoft/Mars/mfileio/MWriteFile.h	(revision 2959)
@@ -12,4 +12,5 @@
     Int_t Process();
     Int_t PostProcess();
+    Bool_t ReInit(MParList *pList);
 
     virtual Bool_t      IsFileOpen() const = 0;
@@ -18,4 +19,5 @@
     virtual const char *GetFileName() const = 0;
 
+
     ClassDef(MWriteFile, 0)	// Base class for tasks to write single containers to several output formats
 };
