]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.h
* cmdline/apt-cache.cc:
[apt.git] / cmdline / apt-extracttemplates.h
index 0b581604bc0eeb96cef4a726c68db0bc6bf2a99d..d0f90d3f490fbac49cf827caf8169723bcf4d74a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-extracttemplates.h,v 1.1 2001/02/25 04:53:59 tausq Exp $
+// $Id: apt-extracttemplates.h,v 1.2 2001/02/27 04:26:03 jgg Exp $
 /* ######################################################################
 
    apt-extracttemplate - tool to extract template and config data
@@ -31,7 +31,7 @@ public:
        bool Go();
        bool ParseInfo();
 
-       static char *GetInstalledVer(const string &package);
+       static string GetInstalledVer(const string &package);
 
        string Package;
        string Version;