From 64177f1732fad72e76e8d2e8c576c635af2bbc4f Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:27 +0000 Subject: AJ's patch for extra override Author: jgg Date: 2001-06-26 02:50:20 GMT AJ's patch for extra override --- ftparchive/override.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ftparchive/override.h') 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 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 -- cgit v1.2.3