]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/aptconfiguration.h
* apt-pkg/acquire-item.{cc,h}:
[apt.git] / apt-pkg / aptconfiguration.h
index e4bc5e68319a4bc1bf8f964ec978cb28f74b1024..1f0399dd292ca75ffbe9b389bbde6ab6593ae5e5 100644 (file)
@@ -36,7 +36,7 @@ public:                                                                       /*{{{*/
         *  \param Cached saves the result so we need to calculated it only once
         *                this parameter should ony be used for testing purposes.
         *
-        *  \return a vector of (all) Language Codes in the prefered usage order
+        *  \return a vector of the compression types in the prefered usage order
         */
        std::vector<std::string> static const getCompressionTypes(bool const &Cached = true);
 
@@ -105,6 +105,9 @@ public:                                                                     /*{{{*/
         *  \return a vector of Compressors
         */
        std::vector<Compressor> static const getCompressors(bool const Cached = true);
+
+       /** \brief Return a vector of extensions supported for data.tar's */
+       std::vector<std::string> static const getCompressorExtensions();
                                                                        /*}}}*/
        private:                                                        /*{{{*/
        void static setDefaultConfigurationForCompressors();