diff options
Diffstat (limited to 'updater/xmldata.h')
-rw-r--r-- | updater/xmldata.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|