]> git.saurik.com Git - apt.git/blobdiff - test/scratch.cc
apt-pkg/acquire-item.cc: fixed my incorrect use of flExtension
[apt.git] / test / scratch.cc
index b5260815033faf3acc7de1e632c61d6610b701cc..d638c70972e454bf930b243a9628c77d84209d17 100644 (file)
@@ -1,4 +1,3 @@
-#define APT_COMPATIBILITY 1
 #include <apt-pkg/dpkgdb.h>
 #include <apt-pkg/debfile.h>
 #include <apt-pkg/error.h>
@@ -8,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;