summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/edsp.h')
-rw-r--r--apt-pkg/edsp.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/apt-pkg/edsp.h b/apt-pkg/edsp.h
index f1624cd6a..3e0982a56 100644
--- a/apt-pkg/edsp.h
+++ b/apt-pkg/edsp.h
@@ -236,4 +236,16 @@ namespace EDSP /*{{{*/
bool const autoRemove, OpProgress *Progress = NULL);
}
/*}}}*/
+namespace EIPP /*{{{*/
+{
+ APT_HIDDEN bool OrderInstall(char const * const solver, pkgDepCache &Cache,
+ unsigned int const version, OpProgress * const Progress);
+ APT_HIDDEN bool WriteRequest(pkgDepCache &Cache, FileFd &output,
+ unsigned int const version, OpProgress * const Progress);
+ APT_HIDDEN bool WriteScenario(pkgDepCache &Cache, FileFd &output,
+ OpProgress * const Progress);
+ APT_HIDDEN bool ReadResponse(int const input, pkgDepCache &Cache,
+ OpProgress * const Progress);
+}
+ /*}}}*/
#endif