projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Group packages in the same group together in the package list
[apt.git]
/
apt-pkg
/
policy.h
diff --git
a/apt-pkg/policy.h
b/apt-pkg/policy.h
index d5f3b2f75ec4643711ee601c60b6d2da26c58b0e..4894682fa17069164d8b0eeba1cb4a0e1dcc64c5 100644
(file)
--- a/
apt-pkg/policy.h
+++ b/
apt-pkg/policy.h
@@
-84,5
+84,6
@@
class pkgPolicy : public pkgDepCache::Policy
};
bool ReadPinFile(pkgPolicy &Plcy,string File = "");
+bool ReadPinDir(pkgPolicy &Plcy,string Dir = "");
#endif