summaryrefslogtreecommitdiff
path: root/python/acquire.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-11-22 11:52:23 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-11-22 11:52:23 +0000
commitf505ecbf86d6ab30208c579a5e25c819c3733d89 (patch)
treedc803bcb82c624f2481b9786fe6bae57c89034d1 /python/acquire.h
parent86fea3ed91794aa9537a3b197dbaac500b82f2d8 (diff)
downloadpython-apt-f505ecbf86d6ab30208c579a5e25c819c3733d89.tar.gz
* fixes in the acquire interface code (use CppPyObject with pkgAcquire* directly instead of using a PkgAcquireStruct)
Diffstat (limited to 'python/acquire.h')
-rw-r--r--python/acquire.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/acquire.h b/python/acquire.h
deleted file mode 100644
index 1afcfff3..00000000
--- a/python/acquire.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <apt-pkg/acquire-item.h>
-
-struct PkgAcquireStruct
-{
- pkgAcquire fetcher;
-};