From 9c14e3d619e713aefa623986b5bbae81a1d6cc94 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:50:43 +0000 Subject: Config class and source list Author: jgg Date: 1998-07-09 05:12:27 GMT Config class and source list --- apt-pkg/init.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apt-pkg/init.h (limited to 'apt-pkg/init.h') diff --git a/apt-pkg/init.h b/apt-pkg/init.h new file mode 100644 index 000000000..bd03dd10d --- /dev/null +++ b/apt-pkg/init.h @@ -0,0 +1,21 @@ +// -*- mode: cpp; mode: fold -*- +// Description /*{{{*/ +// $Id: init.h,v 1.1 1998/07/09 05:12:27 jgg Exp $ +/* ###################################################################### + + Init - Initialize the package library + + This function must be called to configure the config class before + calling many APT library functions. + + ##################################################################### */ + /*}}}*/ +// Header section: pkglib +#ifndef PKGLIB_INIT_H +#define PKGLIB_INIT_H + +#include + +bool pkglibInitialize(Configuration &Cnf); + +#endif -- cgit v1.2.3