~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to apt-pkg/deb/deblistparser.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
   
65
65
   static const char *ParseDepends(const char *Start,const char *Stop,
66
66
                            string &Package,string &Ver,unsigned int &Op,
67
 
                            bool ParseArchFlags = false);
 
67
                            bool const &ParseArchFlags = false,
 
68
                            bool const &StripMultiArch = false);
68
69
   static const char *ConvertRelation(const char *I,unsigned int &Op);
69
70
 
70
71
   debListParser(FileFd *File);