X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarypackage.h;h=892718484856cfc98a3bf5102a050fd835ab7b74;hb=f4c02ca3b4d7b2bec9bbbc86fea5fecbb4a22099;hp=5b47d645c149710b71eaed051a577c4fa5fc4b03;hpb=b8407de928d2c5421c35474df1c3185fd494ef68;p=builder.git diff --git a/source/binarypackage.h b/source/binarypackage.h index 5b47d64..8927184 100644 --- a/source/binarypackage.h +++ b/source/binarypackage.h @@ -16,10 +16,14 @@ public: Loader(BinaryPackage &); private: void build_info(); + void header(const std::string &); }; private: + typedef std::list HeaderList; + Msp::FS::Path base_path; + HeaderList headers; public: BinaryPackage(Builder &, const std::string &);