]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cdrom.h
Allow override of Proxy-Auto-Detect by the users configuration
[apt.git] / apt-pkg / cdrom.h
index 0f2c2cd0215906e6c22abfdcc23c05a496b48e68..bd09021760e07b2f5020a2d535a5becaa6289af0 100644 (file)
@@ -77,6 +77,7 @@ class pkgCdrom                                                                /*{{{*/
  private:
    APT_HIDDEN bool MountAndIdentCDROM(Configuration &Database, std::string &CDROM,
         std::string &ident, pkgCdromStatus * const log, bool const interactive);
+   APT_HIDDEN bool UnmountCDROM(std::string const &CDROM, pkgCdromStatus * const log);
 };
                                                                        /*}}}*/