]>
git.saurik.com Git - apt.git/blob - apt-pkg/clean.h
1 // -*- mode: cpp; mode: fold -*-
3 // $Id: clean.h,v 1.1 1999/02/01 08:11:57 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
);