diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-18 01:01:37 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-18 01:01:37 +0000 |
| commit | c187e828e1661d09a8437214b2f90dcc25c05c99 (patch) | |
| tree | a08f97e80e66887baafa5bd41384ab78ff92b082 /python/acquire.h | |
| parent | 4da233eef44c921152daf224a043ab8e2181ef9f (diff) | |
| download | python-apt-c187e828e1661d09a8437214b2f90dcc25c05c99.tar.gz | |
* basic pkgAcquire + pkgPackageManager support added
Diffstat (limited to 'python/acquire.h')
| -rw-r--r-- | python/acquire.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/acquire.h b/python/acquire.h new file mode 100644 index 00000000..1afcfff3 --- /dev/null +++ b/python/acquire.h @@ -0,0 +1,6 @@ +#include <apt-pkg/acquire-item.h> + +struct PkgAcquireStruct +{ + pkgAcquire fetcher; +}; |
