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