summaryrefslogtreecommitdiff
path: root/protocols/Weather/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-01-24 16:58:02 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-01-24 16:58:02 +0300
commit4c43d12f03c53aa53585efa40daf22580eae9c45 (patch)
tree52471e10ee66a56331bdedbe998c6f86dba579d5 /protocols/Weather/src/proto.h
parent781beb2c50cea2ce2a3da799d8e4a70fa21d6fab (diff)
Weather: dropped all that trash with ini files structure
Diffstat (limited to 'protocols/Weather/src/proto.h')
-rw-r--r--protocols/Weather/src/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/Weather/src/proto.h b/protocols/Weather/src/proto.h
index d94e1b1850..3a42f47e5d 100644
--- a/protocols/Weather/src/proto.h
+++ b/protocols/Weather/src/proto.h
@@ -150,9 +150,6 @@ class CWeatherProto : public PROTO<CWeatherProto>
void GetStationID(MCONTACT hContact, wchar_t *id, int idlen);
WEATHERINFO LoadWeatherInfo(MCONTACT hContact);
- // http
- int InternetDownloadFile(char *szUrl, char *cookie, char *userAgent, wchar_t **szData);
-
// menu items
void InitMenuItems();
void UpdateMenu(BOOL State);
@@ -188,10 +185,7 @@ class CWeatherProto : public PROTO<CWeatherProto>
bool CheckSearch();
int IDSearch(wchar_t *id, const int searchId);
- int IDSearchProc(wchar_t *sID, const int searchId, struct WIIDSEARCH *sData, wchar_t *svc, wchar_t *svcname);
-
int NameSearch(wchar_t *name, const int searchId);
- int NameSearchProc(wchar_t *name, const int searchId, struct WINAMESEARCH *sData, wchar_t *svc, wchar_t *svcname);
void __cdecl NameSearchThread(void *);
void __cdecl BasicSearchThread(void *);