summaryrefslogtreecommitdiff
path: root/python/sourcelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/sourcelist.h')
-rw-r--r--python/sourcelist.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/sourcelist.h b/python/sourcelist.h
new file mode 100644
index 00000000..98684c54
--- /dev/null
+++ b/python/sourcelist.h
@@ -0,0 +1,6 @@
+#include <apt-pkg/sourcelist.h>
+
+struct PkgSourceListStruct
+{
+ pkgSourceList List;
+};