summaryrefslogtreecommitdiff
path: root/plugins/Weather/src/weather.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-29 10:04:32 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-29 10:04:32 +0000
commitd0548b5d631f44cad9bbce5ac521717c87cef3ad (patch)
tree928027ed38136c512473939eaee36f64fab901e6 /plugins/Weather/src/weather.h
parent8aad639169f7d36ba395737592cfc4d0295ce5f7 (diff)
- by default Weather goes virtual;
- version bump; git-svn-id: http://svn.miranda-ng.org/main/trunk@2555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/weather.h')
-rw-r--r--plugins/Weather/src/weather.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Weather/src/weather.h b/plugins/Weather/src/weather.h
index 072860c914..95a7d5bf49 100644
--- a/plugins/Weather/src/weather.h
+++ b/plugins/Weather/src/weather.h
@@ -371,9 +371,6 @@ extern BOOL ThreadRunning;
//============ FUNCTION PRIMITIVES ============
-// functions in weather.c
-void UpgradeContact(DWORD lastver, HANDLE hContact);
-
// functions in weather_addstn.c
INT_PTR WeatherAddToList(WPARAM wParam,LPARAM lParam);
BOOL CheckSearch();
@@ -429,7 +426,7 @@ WEATHERINFO LoadWeatherInfo(HANDLE Change);
int DBGetData(HANDLE hContact, char *setting, DBVARIANT *dbv);
int DBGetStaticString(HANDLE hContact, const char *szModule, const char *valueName, TCHAR *dest, size_t dest_len);
-void EraseAllInfo(DWORD lastver);
+void EraseAllInfo(void);
void LoadStationData(TCHAR *pszFile, TCHAR *pszShortFile, WIDATA *Data);
void GetDataValue(WIDATAITEM *UpdateData, TCHAR *Data, TCHAR** szInfo);