tighten filtering of kernel images in apt.auto-removal
[ntk/apt.git] / apt-pkg / version.h
index e0e0e6c..d98809f 100644 (file)
@@ -33,7 +33,7 @@ class pkgVersioningSystem
    // Global list of VS's
    static pkgVersioningSystem **GlobalList;
    static unsigned long GlobalListLen;
-   static pkgVersioningSystem *GetVS(const char *Label);
+   static pkgVersioningSystem *GetVS(const char *Label) APT_PURE;
    
    const char *Label;