]>
git.saurik.com Git - apt.git/blob - apt-pkg/init.h
1 // -*- mode: cpp; mode: fold -*-
3 // $Id: init.h,v 1.2 1998/07/12 23:58:27 jgg Exp $
4 /* ######################################################################
6 Init - Initialize the package library
8 This function must be called to configure the config class before
9 calling many APT library functions.
11 ##################################################################### */
13 // Header section: pkglib
17 #include <apt-pkg/configuration.h>
19 bool pkglibInitialize(Configuration
&Cnf
);