(svn r23234) -Fix [FS#4840]: crash when after downloading content

This commit is contained in:
rubidium
2011-11-16 16:54:37 +00:00
parent 6548ec6e9e
commit a3a2fdcfc2
3 changed files with 45 additions and 3 deletions

View File

@@ -105,6 +105,8 @@ public:
/* virtual */ bool AddFile(const char *filename, size_t basepath_length, const char *tar_filename = NULL);
bool AddFile(Subdirectory sd, const char *filename);
/** Do the scan for Tars. */
static uint DoScan(TarScanner::Mode mode);
};