summaryrefslogtreecommitdiff
path: root/updater/xmldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/xmldata.h')
-rw-r--r--updater/xmldata.h2
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