]>
git.saurik.com Git - apt-legacy.git/blob - apt-pkg/clean.h
1 // -*- mode: cpp; mode: fold -*-
3 // $Id: clean.h,v 1.2 1999/07/20 05:53:33 jgg Exp $
4 /* ######################################################################
6 Clean - Clean out downloaded directories
8 ##################################################################### */
10 #ifndef APTPKG_CLEAN_H
11 #define APTPKG_CLEAN_H
14 #pragma interface "apt-pkg/clean.h"
17 #include <apt-pkg/pkgcache.h>
19 class pkgArchiveCleaner
23 virtual void Erase(const char * /*File*/,string
/*Pkg*/,string
/*Ver*/,struct stat
& /*St*/) {};
27 bool Go(string Dir
,pkgCache
&Cache
);
28 virtual ~pkgArchiveCleaner() {};