]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.h
QT1 license exception
[apt.git] / apt-pkg / init.h
index bd03dd10d8b184917cdc871820f06ff349b21645..27bfd886856ef8882e8da12ed8fbd119c7f1b6e0 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: init.h,v 1.1 1998/07/09 05:12:27 jgg Exp $
+// $Id: init.h,v 1.3 1998/07/16 06:08:37 jgg Exp $
 /* ######################################################################
 
    Init - Initialize the package library
@@ -14,8 +14,8 @@
 #ifndef PKGLIB_INIT_H
 #define PKGLIB_INIT_H
 
-#include <pkglib/configuration.h>
+#include <apt-pkg/configuration.h>
 
-bool pkglibInitialize(Configuration &Cnf);
+bool pkgInitialize(Configuration &Cnf);
 
 #endif