summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-11-18 10:32:41 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-11-18 10:32:41 +0100
commit2d555a8205eccc4cb17b93f7c92b71a854e8f82e (patch)
tree560bb435bfb46f73abe61174edfffbfce1b2de85 /apt-pkg/contrib/strutl.h
parent0e3e112e3d60647e335aee7e6ce308b29fd11988 (diff)
parentd786352da27c6f05bc372a061f3a78237b69e6f4 (diff)
merged lp:~mvo/apt/apt-get-changelog
Diffstat (limited to 'apt-pkg/contrib/strutl.h')
-rw-r--r--apt-pkg/contrib/strutl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/strutl.h b/apt-pkg/contrib/strutl.h
index a457ff047..14cf5c943 100644
--- a/apt-pkg/contrib/strutl.h
+++ b/apt-pkg/contrib/strutl.h
@@ -61,6 +61,7 @@ void strprintf(string &out,const char *format,...) __like_printf(2);
char *safe_snprintf(char *Buffer,char *End,const char *Format,...) __like_printf(3);
bool CheckDomainList(const string &Host, const string &List);
int tolower_ascii(int const c) __attrib_const __hot;
+string StripEpoch(const string &VerStr);
#define APT_MKSTRCMP(name,func) \
inline int name(const char *A,const char *B) {return func(A,A+strlen(A),B,B+strlen(B));}; \