X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9c14e3d619e713aefa623986b5bbae81a1d6cc94..36f610f18a9a12c02ba89c6bb84726f7ed3ba7ad:/apt-pkg/init.h diff --git a/apt-pkg/init.h b/apt-pkg/init.h index bd03dd10d..27bfd8868 100644 --- a/apt-pkg/init.h +++ b/apt-pkg/init.h @@ -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 +#include -bool pkglibInitialize(Configuration &Cnf); +bool pkgInitialize(Configuration &Cnf); #endif