X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgadd.h;h=0879808a44698ffc6c0af38ec30b43148864bf2b;hb=a04c645fa55734d0d68d5b97440815c346c1f112;hp=a4a1d4eaf02da2397539a3b7cc9dea6a8d4aa9d6;hpb=50689e8a22c6e974f642dc6d1ee28b75634ce7c5;p=pkgutils-cross.git diff --git a/pkgadd.h b/pkgadd.h index a4a1d4e..0879808 100644 --- a/pkgadd.h +++ b/pkgadd.h @@ -2,7 +2,7 @@ // pkgutils // // Copyright (c) 2000-2005 Per Liden -// Copyright (c) 2006-2010 by CRUX team (http://crux.nu) +// Copyright (c) 2006-2013 by CRUX team (http://crux.nu) // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -48,7 +48,7 @@ public: virtual void print_help() const; private: - vector read_config() const; + vector read_config(string file) const; set make_keep_list(const set& files, const vector& rules) const; set apply_install_rules(const string& name, pkginfo_t& info, const vector& rules); void find_rules(const vector& rules, rule_event_t event, vector& found) const;