projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add fixme for the future flJustExtension
[apt.git]
/
test
/
scratch.cc
diff --git
a/test/scratch.cc
b/test/scratch.cc
index c8888a1603d3bb995b111e4f489ccdad14be783d..d638c70972e454bf930b243a9628c77d84209d17 100644
(file)
--- a/
test/scratch.cc
+++ b/
test/scratch.cc
@@
-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;