]>
git.saurik.com Git - apt.git/blob - test/scratch.cc
1 #include <apt-pkg/acquire-item.h>
2 #include <apt-pkg/init.h>
3 #include <apt-pkg/error.h>
8 signal(SIGPIPE
,SIG_IGN
);
10 pkgInitialize(*_config
);
16 pkgSourceList::const_iterator I
;
17 for (I
= List
.begin(); I
!= List
.end(); I
++)
19 new pkgAcqIndex(&Fetcher
,I
);
20 if (_error
->PendingError() == true)