X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgadd.h;h=0879808a44698ffc6c0af38ec30b43148864bf2b;hb=58e4c4e5d6198eff7f552cc48b1704c14f42a2e9;hp=e121dc1d8d4c1c5ac7050b418428683a2f107ddc;hpb=6fe55c25a23b7ee2e84e3ad2d508196f3e5f82a3;p=pkgutils-cross.git diff --git a/pkgadd.h b/pkgadd.h index e121dc1..0879808 100644 --- a/pkgadd.h +++ b/pkgadd.h @@ -2,7 +2,7 @@ // pkgutils // // Copyright (c) 2000-2005 Per Liden -// Copyright (c) 2006-2007 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;