]> git.tdb.fi Git - builder.git/blobdiff - source/pkgconfigaction.h
Replace per-file copyright notices with a single file
[builder.git] / source / pkgconfigaction.h
index 7c725bc665ad808bc179fdd8b3d208160af4d3cd..dc96acd970eb082e2a0c17dc22620a2a4dee15d8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2007, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef PKGCONFIGACTION_H_
 #define PKGCONFIGACTION_H_
 
@@ -21,6 +14,8 @@ class PkgConfigAction: public Action
 public:
        PkgConfigAction(Builder &, const PkgConfig &);
        virtual int check();
+private:
+       std::string prefixify(const std::string &);
 };
 
 #endif