X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftar.h;h=250b5ffae1b60392f1848c8924baf43b64c70787;hb=dad4c41302de525a1456e9d5b738831487c8acac;hp=d81d31bae195beb4ffd925a119cb14862a236a41;hpb=ab25857fd626152bc9a2832de82b400c062857e6;p=builder.git diff --git a/source/tar.h b/source/tar.h index d81d31b..250b5ff 100644 --- a/source/tar.h +++ b/source/tar.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef TAR_H_ #define TAR_H_ @@ -16,8 +9,6 @@ class TarBall; class Tar: public InternalAction { -public: - Tar(Builder &, const TarBall &); private: class Worker: public InternalAction::Worker { @@ -32,6 +23,9 @@ private: const TarBall &tarball; StringList files; + +public: + Tar(Builder &, const TarBall &); }; #endif