]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/mmap.h
[contrib/error.cc] place a colon between errno and error text in output
[apt.git] / apt-pkg / contrib / mmap.h
index 19cf7582df91f19e612ae2940eef6fa6fe9bf9b2..bde62217d8b3b311f714a51ba43e3d124c4e50bd 100644 (file)
@@ -84,6 +84,8 @@ class DynamicMMap : public MMap
    unsigned long WorkSpace;
    Pool *Pools;
    unsigned int PoolCount;
+
+   bool Grow();
    
    public: