]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/versionmatch.h
* merged from bubulle
[apt.git] / apt-pkg / versionmatch.h
index 878b3eb6ae97efe0557140f42ddfc404c55aefae..7ca39cbe83f9d195a735b95d8222c7011df850da 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: versionmatch.h,v 1.3 2001/05/07 04:24:08 jgg Exp $
+// $Id: versionmatch.h,v 1.4 2001/05/29 03:07:12 jgg Exp $
 /* ######################################################################
 
    Version Matching 
@@ -53,7 +53,8 @@ class pkgVersionMatch
    string RelArchive;
    string RelLabel;
    string RelComponent;
-
+   bool MatchAll;
+   
    // Origin Matching
    string OrSite;