]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/cmndline.h
Removed the GUI from deault compiling
[apt.git] / apt-pkg / contrib / cmndline.h
index 27f69729cb6051f6a791a3ccdd002a370438ffac..f502dfeb63269064a5cd3224642a92a65cfb7e73 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: cmndline.h,v 1.2 1998/09/26 05:34:25 jgg Exp $
+// $Id: cmndline.h,v 1.3 1998/10/24 20:14:35 jgg Exp $
 /* ######################################################################
 
    Command Line Class - Sophisticated command line parser
@@ -57,8 +57,9 @@ class CommandLine
    
    Args *ArgList;
    Configuration *Conf;
-   bool HandleOpt(int &I,int argc,const char *argv[],const char *&Opt,Args *A);
-   
+   bool HandleOpt(int &I,int argc,const char *argv[],
+                 const char *&Opt,Args *A,bool PreceedeMatch = false);
+
    public:
    
    enum AFlags