From 8f5a7b54eb953bbfc877ec915e26b3a95ec28d00 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 21 Feb 2010 23:00:56 +0000 Subject: New updater with 3x reduced footprint and fully W7 and x64 compatible git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@476 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/xmldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater/xmldata.h') diff --git a/updater/xmldata.h b/updater/xmldata.h index 26b93e8..d914e91 100644 --- a/updater/xmldata.h +++ b/updater/xmldata.h @@ -20,7 +20,7 @@ bool LoadOldXMLData(const Category cat, bool update_age); bool UpdateXMLData(const Category cat, const char *redirect_url = 0, int recurse_count = 0); bool XMLDataAvailable(const Category cat); -char *FindVersion(int fileID, BYTE *pbVersionBytes, int cpbVersionBytes, const Category cat); +const char *FindVersion(int fileID, BYTE *pbVersionBytes, int cpbVersionBytes, const Category cat); int FindFileID(const char *name, const Category cat, UpdateList *update_list); // update file listing id's for non-plugin AUTOREGISTER components -- cgit v1.2.3