diff options
Diffstat (limited to 'plugins/Updater/scan.h')
-rw-r--r-- | plugins/Updater/scan.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/Updater/scan.h b/plugins/Updater/scan.h deleted file mode 100644 index d86f80395d..0000000000 --- a/plugins/Updater/scan.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _SCAN_INC
-#define _SCAN_INC
-
-#include "xmldata.h"
-#include "services.h"
-#include "utils.h"
-#include "allocations.h"
-#include "options.h"
-
-void ScanPlugins(FilenameMap *fn_map, UpdateList *update_list);
-void ScanLangpacks(FilenameMap *fn_map, UpdateList *update_list);
-
-// returns true if any dll is not 'disabled' in db
-bool RearrangeDlls(char *shortName, StrList &filenames);
-
-bool RearrangeLangpacks(char *shortName, StrList &filenames);
-
-#endif
|