summaryrefslogtreecommitdiff
path: root/plugins/Updater/scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Updater/scan.h')
-rw-r--r--plugins/Updater/scan.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/Updater/scan.h b/plugins/Updater/scan.h
new file mode 100644
index 0000000000..d86f80395d
--- /dev/null
+++ b/plugins/Updater/scan.h
@@ -0,0 +1,18 @@
+#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