]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexcopy.h
move defines for version to macros.h
[apt.git] / apt-pkg / indexcopy.h
index aa221158ec0569150d3bb6198a9e40a67046ffd3..e6a07a8878e744043f8dcc5c36ab9a11e0855556 100644 (file)
@@ -100,15 +100,9 @@ class SigVerify                                                            /*{{{*/
                      std::vector<std::string> PkgList,std::vector<std::string> SrcList);
 
    __deprecated static bool RunGPGV(std::string const &File, std::string const &FileOut,
-                      int const &statusfd, int fd[2]) {
-      ExecGPGV(File, FileOut, statusfd, fd);
-      return false;
-   };
+                      int const &statusfd, int fd[2]);
    __deprecated static bool RunGPGV(std::string const &File, std::string const &FileOut,
-                             int const &statusfd = -1) {
-      ExecGPGV(File, FileOut, statusfd);
-      return false;
-   };
+                             int const &statusfd = -1);
 };
                                                                        /*}}}*/