From c187e828e1661d09a8437214b2f90dcc25c05c99 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 18 Nov 2005 01:01:37 +0000 Subject: * basic pkgAcquire + pkgPackageManager support added --- python/acquire.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/acquire.h (limited to 'python/acquire.h') 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 + +struct PkgAcquireStruct +{ + pkgAcquire fetcher; +}; -- cgit v1.2.3