Make Proxy-Auto-Detect check for each host
[ntk/apt.git] / apt-pkg / algorithms.h
index 82b6426..f35bd9a 100644 (file)
@@ -114,7 +114,7 @@ class pkgProblemResolver                                            /*{{{*/
    
    // Sort stuff
    static pkgProblemResolver *This;
-   static int ScoreSort(const void *a,const void *b);
+   static int ScoreSort(const void *a,const void *b) APT_PURE;
 
    struct PackageKill
    {