]> git.saurik.com Git - apt.git/blobdiff - test/scratch.cc
* apt-pkg/algorithms.cc:
[apt.git] / test / scratch.cc
index c8888a1603d3bb995b111e4f489ccdad14be783d..d638c70972e454bf930b243a9628c77d84209d17 100644 (file)
@@ -7,9 +7,12 @@
 #include <apt-pkg/init.h>
 #include <apt-pkg/fileutl.h>
 
+using namespace std;
+
 int main(int argc,char *argv[])
 {
-   pkgInitialize(*_config);
+   pkgInitConfig(*_config);
+   pkgInitSystem(*_config,_system);
 
 //   cout << flNoLink(argv[1]) << endl;