]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/cmndline.h
clean deblistparser a bit by get the Architectures at one place
[apt.git] / apt-pkg / contrib / cmndline.h
index e28071e81959fb04b3f4562d2740835defe7a229..7c0c71aa7b83abef8b962fc4e679fe720c64da81 100644 (file)
@@ -60,6 +60,7 @@ class CommandLine
    Configuration *Conf;
    bool HandleOpt(int &I,int argc,const char *argv[],
                  const char *&Opt,Args *A,bool PreceedeMatch = false);
+   void static SaveInConfig(unsigned int const &argc, char const * const * const argv);
 
    public: