]> git.tdb.fi Git - builder.git/blobdiff - source/copy.h
Add command line options (not all of them work yet)
[builder.git] / source / copy.h
index e39be16baedeb4793634533030f441761df8019a..a6d5c51673e8fa6593bd8fddb0a0d79f608099e6 100644 (file)
@@ -5,10 +5,12 @@
 #include <msp/path/path.h>
 #include "action.h"
 
+class Package;
+
 class Copy: public Action
 {
 public:
-       Copy(Builder &, const Msp::Path::Path &, const Msp::Path::Path &);
+       Copy(Builder &, const Package &, const Msp::Path::Path &, const Msp::Path::Path &);
        int check();
 private:
        class Worker: public Msp::Thread