Index: trunk/MagicSoft/Mars/datacenter/macros/stage.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/stage.C	(revision 9036)
+++ trunk/MagicSoft/Mars/datacenter/macros/stage.C	(revision 9038)
@@ -29,5 +29,5 @@
 }
 
-void stage(Int_t sequno, Int_t tel, TString path="")
+int stage(Int_t sequno, Int_t tel, TString path="")
 {
     const MSequenceSQL s("sql.rc", sequno, tel);
@@ -40,5 +40,5 @@
 }
 
-void stage(const char *seq, TString path="")
+int stage(const char *seq, TString path="")
 {
     const MSequence s(seq);
