]>
git.saurik.com Git - apt.git/blob - ftparchive/byhash.h
1 // -*- mode: cpp; mode: fold -*-
3 /* ######################################################################
7 ByHash helper functions
9 ##################################################################### */
18 // Delete all files in "dir" except for the number specified in "KeepFiles"
19 // that are the most recent ones
20 void DeleteAllButMostRecent(std::string dir
, int KeepFiles
);
22 // takes a regular input filename
23 std::string
GenByHashFilename(std::string Input
, HashString
const &h
);