summaryrefslogtreecommitdiff
path: root/apt-pkg/version.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:37 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:37 +0000
commitfb0ee66e0bc8a2ae176d3b10da49fcf31c66b838 (patch)
tree4b93d061779d23f09b5976c0fd01e3031d5238a5 /apt-pkg/version.h
parent803fafcbaa2fe4e1c49249e589d50f892b1b2424 (diff)
Added compile and unpack support to apt-get
Author: jgg Date: 1999-04-19 06:03:09 GMT Added compile and unpack support to apt-get
Diffstat (limited to 'apt-pkg/version.h')
-rw-r--r--apt-pkg/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/version.h b/apt-pkg/version.h
index ba7eb592d..127519583 100644
--- a/apt-pkg/version.h
+++ b/apt-pkg/version.h
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: version.h,v 1.4 1998/07/19 21:24:19 jgg Exp $
+// $Id: version.h,v 1.5 1999/04/19 06:03:09 jgg Exp $
/* ######################################################################
Version - Version comparison routines
@@ -25,5 +25,6 @@ int pkgVersionCompare(const char *A, const char *AEnd, const char *B,
const char *BEnd);
int pkgVersionCompare(string A,string B);
bool pkgCheckDep(const char *DepVer,const char *PkgVer,int Op);
+string pkgBaseVersion(const char *Ver);
#endif