The rpmReadConfigFiles() interface now has a new parameter on the end.
authoradevries <devnull@localhost>
Thu, 6 Aug 1998 19:40:00 +0000 (19:40 +0000)
committeradevries <devnull@localhost>
Thu, 6 Aug 1998 19:40:00 +0000 (19:40 +0000)
CVS patchset: 2234
CVS date: 1998/08/06 19:40:00

tools/dumpdb.c

index 912afac..bd423bb 100644 (file)
@@ -11,7 +11,7 @@ int main(int argc, char ** argv)
     int blockNum = 0;
     rpmdb db;
 
-    rpmReadConfigFiles(NULL, NULL, NULL, 0);
+    rpmReadConfigFiles(NULL, NULL, NULL, 0, NULL);
 
     if (argc == 2) {
        dspBlockNum = atoi(argv[1]);