projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
implement generic config fallback for methods
[apt.git]
/
apt-pkg
/
indexfile.h
diff --git
a/apt-pkg/indexfile.h
b/apt-pkg/indexfile.h
index 5c666671c6fc796583f3e47b200765a2ef5def9e..68753a40af1e6362970b621466df70f52111947f 100644
(file)
--- a/
apt-pkg/indexfile.h
+++ b/
apt-pkg/indexfile.h
@@
-91,6
+91,11
@@
class IndexTarget /*{{{*/
SOURCESENTRY,
BY_HASH,
KEEPCOMPRESSEDAS,
+ FALLBACK_OF,
+ IDENTIFIER,
+ ALLOW_INSECURE,
+ ALLOW_WEAK,
+ ALLOW_DOWNGRADE_TO_INSECURE,
};
std::string Option(OptionKeys const Key) const;
bool OptionBool(OptionKeys const Key) const;