summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PluginUpdater/src/stdafx.h')
-rw-r--r--plugins/PluginUpdater/src/stdafx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h
index 3e9f3e1b72..efaf4787a3 100644
--- a/plugins/PluginUpdater/src/stdafx.h
+++ b/plugins/PluginUpdater/src/stdafx.h
@@ -269,10 +269,11 @@ int unzip(const wchar_t *pwszZipFile, wchar_t *pwszDestPath, wchar_t *pwszBackP
int CalculateModuleHash(const wchar_t *pwszFileName, char *dest);
-BOOL IsProcessElevated();
-bool PrepareEscalation();
+BOOL IsProcessElevated(void);
+bool PrepareEscalation(void);
void CreateWorkFolders(TFileName &wszTempFolder, TFileName &wszBackupFolder);
+void RemoveBackupFolders(void);
int SafeCreateDirectory(const wchar_t *pwszDirName);
int SafeDeleteDirectory(const wchar_t *pwszDirName);