]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.h
eipp: implement version 0.1 of the protocol
[apt.git] / apt-pkg / edsp.h
index f1624cd6a81325a2efc8bd13dd8f4190d8abb168..3e0982a560fd0913d792ec03afdbd1b4d0595b75 100644 (file)
@@ -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