summaryrefslogtreecommitdiff
path: root/ftparchive/override.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:58:27 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:58:27 +0000
commit64177f1732fad72e76e8d2e8c576c635af2bbc4f (patch)
tree9b1c0c12669780c1a79d6abf241eef4d02406f4a /ftparchive/override.h
parentcad3ff8ae821cc71a203ca531715e41ea74d1387 (diff)
AJ's patch for extra override
Author: jgg Date: 2001-06-26 02:50:20 GMT AJ's patch for extra override
Diffstat (limited to 'ftparchive/override.h')
-rw-r--r--ftparchive/override.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ftparchive/override.h b/ftparchive/override.h
index 5917b9c92..2d6a4e27c 100644
--- a/ftparchive/override.h
+++ b/ftparchive/override.h
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: override.h,v 1.3 2001/05/29 03:49:53 jgg Exp $
+// $Id: override.h,v 1.4 2001/06/26 02:50:27 jgg Exp $
/* ######################################################################
Override
@@ -29,10 +29,10 @@ class Override
struct Item
{
string Priority;
- string Section;
string OldMaint;
string NewMaint;
-
+
+ map<string,string> FieldOverride;
string SwapMaint(string Orig,bool &Failed);
};
@@ -47,7 +47,8 @@ class Override
};
bool ReadOverride(string File,bool Source = false);
+ bool ReadExtraOverride(string File,bool Source = false);
};
-
+
#endif