]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
* Swedish translation update. Closes: #592366
[apt.git] / apt-pkg / contrib / fileutl.h
index 0f70ab722c83f59e730051cc7673916fed987786..62705478def3b8789fe1e291092c90e8a0510cd1 100644 (file)
@@ -28,6 +28,9 @@
 
 #include <zlib.h>
 
+/* Define this for python-apt */
+#define APT_HAS_GZIP 1
+
 using std::string;
 
 class FileFd
@@ -60,6 +63,7 @@ class FileFd
    unsigned long Tell();
    unsigned long Size();
    bool Open(string FileName,OpenMode Mode,unsigned long Perms = 0666);
+   bool OpenDescriptor(int Fd, OpenMode Mode, bool AutoClose=false);
    bool Close();
    bool Sync();