diff options
Diffstat (limited to 'updater/utils.h')
-rw-r--r-- | updater/utils.h | 6 |
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
|