summaryrefslogtreecommitdiff
path: root/updater/utils.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-11-22 01:51:38 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-11-22 01:51:38 +0000
commita7d62ddc856e55582e5cd86070abde7d045455c3 (patch)
tree72c0eacaf22664d855d36b95387c9173a08ca67a /updater/utils.h
parenta5d9664607e39299a84240b2342c3e5594eb1c48 (diff)
Added ability to update in directories protected by UAC
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@577 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/utils.h')
-rw-r--r--updater/utils.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/updater/utils.h b/updater/utils.h
index 28dfa1e..f65970c 100644
--- a/updater/utils.h
+++ b/updater/utils.h
@@ -4,19 +4,17 @@
#include "xmldata.h"
bool VersionFromString(const char *szVer, DWORD *pdwVer);
-
int CheckForFileID(char *update_url, char *version_url, char *name);
-
bool CreatePath(const TCHAR *path);
+bool IsAdminRequired(void);
+void GetRootDir(TCHAR *szPath);
// must 'free' return val
TCHAR *GetTString(const char *asc);
// use system default codepage - called from external process where langpack codepage is not (easily) accessible
void RemoveFolder(const TCHAR *src_folder);
-
bool FolderIsEmpty(const TCHAR *folder);
-
bool DeleteNonDlls(const TCHAR *folder);
#endif