]> git.saurik.com Git - apt.git/blobdiff - ftparchive/byhash.h
Add conflicting Signed-By values to error message
[apt.git] / ftparchive / byhash.h
index ce05397ad5d517fe3f6cf65531708f1a7431e059..9fbb479a78bad73684de50e35f827a47d24d9f87 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef BYHASH_H
 #define BYHASH_H
 
 #ifndef BYHASH_H
 #define BYHASH_H
 
+#include <string>
+
 class HashString;
 
 // Delete all files in "dir" except for the number specified in "KeepFiles"
 class HashString;
 
 // Delete all files in "dir" except for the number specified in "KeepFiles"
@@ -18,6 +20,6 @@ class HashString;
 void DeleteAllButMostRecent(std::string dir, int KeepFiles);
 
 // takes a regular input filename
 void DeleteAllButMostRecent(std::string dir, int KeepFiles);
 
 // takes a regular input filename
-std::string GenByHashFilename(std::string Input, HashString h);
+std::string GenByHashFilename(std::string Input, HashString const &h);
 
 #endif
 
 #endif