diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:39 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:39 +0000 |
commit | f8081133c528e8c91b533b4fab6f56ae42d51ecb (patch) | |
tree | 34c38c73de5695f344465ead1bfda734caa979d5 /apt-pkg/contrib/strutl.h | |
parent | fcc0e9d6791404a1fbb750acf3d5281149315d1d (diff) |
Alfredo's no_proxy patch
Author: jgg
Date: 2001-02-23 05:45:27 GMT
Alfredo's no_proxy patch
Diffstat (limited to 'apt-pkg/contrib/strutl.h')
-rw-r--r-- | apt-pkg/contrib/strutl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/contrib/strutl.h b/apt-pkg/contrib/strutl.h index 5549673a1..88f9a5013 100644 --- a/apt-pkg/contrib/strutl.h +++ b/apt-pkg/contrib/strutl.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: strutl.h,v 1.16 2001/02/20 07:03:17 jgg Exp $ +// $Id: strutl.h,v 1.17 2001/02/23 05:45:27 jgg Exp $ /* ###################################################################### String Util - These are some useful string functions @@ -53,6 +53,7 @@ bool Hex2Num(const char *Start,const char *End,unsigned char *Num, bool TokSplitString(char Tok,char *Input,char **List, unsigned long ListMax); void ioprintf(ostream &out,const char *format,...) APT_FORMAT2; +bool CheckDomainList(string Host,string List); int stringcmp(const char *A,const char *AEnd,const char *B,const char *BEnd); inline int stringcmp(const char *A,const char *AEnd,const char *B) {return stringcmp(A,AEnd,B,B+strlen(B));}; |