Yes, I know it is ugly. Removed gunzip and tar. It does still rely on /bin/cp being there, but that is mostly because I was too lazy to write a replacement for it.

This commit is contained in:
Steve Checkoway
2004-09-05 10:12:53 +00:00
parent dec895409a
commit e100932068
6 changed files with 97 additions and 122 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ using namespace std;
class Processor
{
private:
typedef void (*handleFileFunc)(const CString& file, const CString& dir, const CString& archivePath,
bool overwrite);
typedef void (*handleFileFunc)(const CString& file, const CString& dir,
const CString& archivePath);
typedef const CString (*getPathFunc)(const CString& ID);
typedef void (*errorFunc)(const char *fmt, ...);
typedef bool (*askFunc)(const CString& question);