]>
git.saurik.com Git - apt.git/blob - apt-pkg/deb/dpkginit.h
1 // -*- mode: cpp; mode: fold -*-
3 // $Id: dpkginit.h,v 1.2 1999/07/26 17:46:08 jgg Exp $
4 /* ######################################################################
6 DPKG init - Initialize the dpkg stuff
8 This basically gets a lock in /var/lib/dpkg and checks the updates
11 ##################################################################### */
13 #ifndef PKGLIB_DPKGINIT_H
14 #define PKGLIB_DPKGINIT_H
17 #pragma interface "apt-pkg/dpkginit.h"
27 bool GetLock(bool WithUpdates
);
30 pkgDpkgLock(bool WithUpdates
= true);