]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.h
make all d-pointer * const pointers
[apt.git] / cmdline / apt-extracttemplates.h
index 6d2870a02365cd48730a9cd237e7e39bf6a97022..b129a2d51d5fc9ac298650664a9ba5900a5458ac 100644 (file)
@@ -24,11 +24,11 @@ class DebFile : public pkgDirStream
        unsigned long ControlLen;
        
 public:
-       DebFile(const char *FileName);
+       explicit DebFile(const char *FileName);
        ~DebFile();
        bool DoItem(Item &I, int &fd);
        bool Process(pkgDirStream::Item &I, const unsigned char *data, 
-               unsigned long size, unsigned long pos);
+               unsigned long long size, unsigned long long pos);
 
        bool Go();
        bool ParseInfo();