summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-03-31 15:32:55 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-03-31 15:32:55 +0200
commit93794bc92e8d2fd84c6e596e3238c31d0832c271 (patch)
tree99847a292ce8d3e1427dcdd0186bea9290e3ad42 /apt-pkg/edsp.h
parentc3b851268e6e900be2bf0bd715435db9010fd591 (diff)
WriteRequest according to current EDSP draft
Diffstat (limited to 'apt-pkg/edsp.h')
-rw-r--r--apt-pkg/edsp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apt-pkg/edsp.h b/apt-pkg/edsp.h
index ef137b8f6..04d8c255f 100644
--- a/apt-pkg/edsp.h
+++ b/apt-pkg/edsp.h
@@ -14,7 +14,10 @@
class EDSP /*{{{*/
{
public:
- bool static WriteRequest(pkgDepCache &Cache, FILE* output);
+ bool static WriteRequest(pkgDepCache &Cache, FILE* output,
+ bool const Upgrade = false,
+ bool const DistUpgrade = false,
+ bool const AutoRemove = false);
bool static WriteScenario(pkgDepCache &Cache, FILE* output);
bool static ReadResponse(FILE* input, pkgDepCache &Cache);