diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-19 11:12:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-19 11:12:34 +0000 |
commit | 927add1b301c9f38808f3d35854d3ce896bff095 (patch) | |
tree | 244dfff95aee5393ec835e5804252ff8cf07866d /plugins/updater/xmldata.h | |
parent | e447995b61b645d48ebe837a0ee4fdb28373aa1c (diff) |
adding SpellChecker plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@69 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/updater/xmldata.h')
-rw-r--r-- | plugins/updater/xmldata.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/updater/xmldata.h b/plugins/updater/xmldata.h deleted file mode 100644 index d914e9130e..0000000000 --- a/plugins/updater/xmldata.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef _XMLDATA_INC
-#define _XMLDATA_INC
-
-#include "options.h"
-#include "bzip2-1.0.3/bzlib.h"
-#include "utils.h"
-#include "popups.h"
-#include "services.h"
-
-#define MIM_BACKEND_URL_PREFIX "http://addons.miranda-im.org/backend/"
-#define MIM_DOWNLOAD_URL_PREFIX "http://addons.miranda-im.org/feed.php?dlfile="
-#define MIM_VIEW_URL_PREFIX "http://addons.miranda-im.org/details.php?action=viewfile&id="
-#define MIM_CHANGELOG_URL_PREFIX "http://addons.miranda-im.org/details.php?action=viewlog&id="
-// this is the minimum age (in hours) of the local copy before a new download is allowed
-#define MIN_XMLDATA_AGE 8
-
-void FreeXMLData(const Category cat);
-bool OldXMLDataExists(const Category cat);
-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);
-
-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
-void UpdateFLIDs(UpdateList &update_list);
-
-#endif
|